-
Notifications
You must be signed in to change notification settings - Fork 653
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
Sinopia fails to install on Node.js 8.0.0 #456
Comments
This project is deprecated. Use https://github.com/verdaccio/verdaccio |
@sergeyjsg That's not in the readme and you're not a collaborator on this project; I don't think "deprecated" is the appropriate word. |
In either way that does not help @Lope. If you want to use Sinopia 1.4.0 you have to stick on Node <= than 5 imho. This project is not being tested with newer versions of Node and thus won't work properly (see the Travis file) or at all as you can see with Node 8. If you want move on with something else, well, there are options, up to you. For more info #376 |
@Lope also you have the option to use |
@sergeyjsg thanks for recommending vernadaccio. My Sinopia installations are zero configuration and setup time for new versions of Sinopia to have all my private packages is also zero because I do this: sinopia --config /my_stuff/sinopia-config.yaml
@juanpicado thanks I'll check it out. |
@Lope verdaccio works as the same way that sinopia does. |
It doesn't have the same name tho. Was there a reason you couldn't convince the owner to let you take over maintenance? |
I find that the package fails to install on Node.js 7.6.0 too,and my console loged a lot of error message,as the ones shown below. gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
gyp ERR! stack at emitTwo (events.js:106:13)
gyp ERR! stack at ChildProcess.emit (events.js:192:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
gyp ERR! System Darwin 16.1.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /usr/local/lib/node_modules/sinopia/node_modules/crypt3
gyp ERR! node -v v7.6.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok |
@everlose if you read the comments above (or other issues) you will see this project is abandoned. |
The text was updated successfully, but these errors were encountered: