Open ghost opened 7 years ago
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 npm install -g sinopia2
which is kinda the same as sinopia
. https://www.npmjs.com/package/sinopia2
@sergeyjsg thanks for recommending vernadaccio. I'll check it out some time. Can I just give it a directory that holds all my private packages or do I have to manually add each one?
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 /my_stuff/sinopia-config.yaml
# path to a directory with all packages
storage: /my_stuff/my_private_npm_packages
...
@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?
@ljharb the long story --> #376
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. verdaccio seems to be the best replacement. I'm unsubscribing from this. Good luck