Search code examples
node.jsnpm-installnode-soap

Install latest version of node-soap


I am trying to install last version of node-soap.

I execute:

npm install soap

The installation works ok but install the 0.12 rather than 0.15 which is the latest version according to its npm page.

Is there a way to install the latest version? Thanks in advance.


Solution

  • I believe you can do the following :

     sudo npm install soap@0.15.0