-
Notifications
You must be signed in to change notification settings - Fork 56
npm install fails on i-0.3.2 #702
Comments
Hi Jim just seeing this. What OS are you running? These are the versions we tested though I wouldn't think a dot increase on node 0.10 would matter: https://github.com/marklogic/marklogic-samplestack/wiki/Version-Compatibility We have a few wikis on troubleshooting but I don't see your specific case. Tagging @laurelnaiad - What's the workaround for the missing library? @netdance - alternatively you could try running the Java version with the pre-built/static front end version: https://github.com/marklogic/marklogic-samplestack/blob/master/appserver/java-spring/README.md Would that meet your immediate needs? |
Sorry it took me a while to figure this out. It's actually a simple fix/workaround, but until I realized it I was stumped.... What's happening is that the shrinkwrap file is preventing npm from addressing the fact that the npm
should do the trick. This tested on:
If you need to update npm, that can be done via
I hope that gets you unstuck. |
The removal of npm-schrinkwarp did not work for me. |
npm install fails with the following error:
This library no longer exists in the repo, hence the failure.
This is on the latest version of node 0.10.46, running under nvm.
The text was updated successfully, but these errors were encountered: