IBM-Cloud / nodejs-cloudantdb-crud-example

Example of CRUD operations on a Cloudant database using a Node.js runtime on IBM Bluemix
http://nodejscloudantsampleapp.mybluemix.net/
Apache License 2.0
18 stars 128 forks source link

npm ERR! no such file or directory fs\0.0.0\package.tgz on WINDOWS #7

Open DanielAron opened 7 years ago

DanielAron commented 7 years ago

Hello I get an error when runing npm install in Windows and here is the solution "fs": "*", to: "fs": "0.0.1-security",

ref: https://github.com/kaltura/KalturaGeneratedAPIClientsNodeJS/issues/11 Thanks to @jessp01

Best Regards Daniel