-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation Error #311
Comments
I'm getting the same issue with:
|
@casser @codeshrew
Downgrading to match their versions is probably the easiest solution.. |
@cdart2 Yeah, works fine when I switch back. Was just logging the compatibility issue here in case anyone wants to look into making Sinopia work with node v4.2+ |
Same problem on CentOS 7 with Nodejs 4.2.0 and 4.2.1 $ sudo npm install -g sinopia
make: Entering directory
make: Entering directory
/usr/bin/sinopia -> /usr/lib/node_modules/sinopia/bin/sinopia |
Ditto here, Centos 7, npm 2.14.7, node 4.2.1. I'd include error output, but it's nearly verbatim of the above. |
Also of note, on minimal CentOS 7, I had to manually |
+1 |
Looks like the underlying problem is with crypt3: sendanor/node-crypt3#10 Edit: actually a library (nan) that crypt3 is dependent on |
Workarounds: [1] Do nothing. The crypt3 depdency is optional anyway: sendanor/node-crypt3#7 [2] Remove the shrinkwrapped nan 1.8 and get sinopia to use a the latest versions of its libraries
|
wow, that bug has been here for a long time |
I have this issue on node version 5.6.0 and 5.4.1. I get
After make was installed just moments ago, I'm on Ubuntu 14.04, installed via apt-get |
While waiting for rlidwka/sinopia#311 to be resolved I cloned repo and make e2e tests install from my fork.
While waiting for rlidwka/sinopia#311 to be resolved I cloned repo and make e2e tests install from my fork.
While waiting for rlidwka/sinopia#311 to be resolved I cloned repo and make e2e tests install from my fork.
While waiting for rlidwka/sinopia#311 to be resolved I cloned repo and make e2e tests install from my fork.
While waiting for rlidwka/sinopia#311 to be resolved I cloned repo and make e2e tests install from my fork.
While waiting for rlidwka/sinopia#311 to be resolved I cloned repo and make e2e tests install from my fork.
guys, please use gists to post your logs |
Hi guys, Dependencies crypt3 and fs-ext are native modules that could fail to compile and unavailable on Windows. They are optional and does not affect usage of Sinopia. To avoid errors, you can not install this dependencies with no-optional and no-shrinkwrap options.
|
works fine. |
ubuntu 16.04, node:4.5 same error solved with |
I can confirm that |
@chrisdukey Thanks! This should be in the README! Works with Ubuntu 14.04, node 6.7.0 |
Just a tip: this seems like the forward-proof maintained version of Sinopia: https://www.npmjs.com/package/verdaccio I was testing Sinopia and besides difficult install, there was problem when installing the
this is the storage folder
|
@nicolashemonic Works fine! thx! |
@nicolashemonic npm install sinopia --no-optional --no-shrinkwrap |
@nicolashemonic |
I was having problems on OSX and |
Same as it ever was ... and the proposed solution still works of course. |
Getting install error, probably dependencies for my version of node
Here is stack trace
The text was updated successfully, but these errors were encountered: