Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试安装最新版本的node-soap。
我执行:
npm install soap
安装工作正常,但安装 0.12 而不是 0.15,这是根据其npm页面的最新版本。
npm
有没有办法安装最新版本?提前致谢。
我相信你可以做到以下几点:
sudo npm install soap@0.15.0