Skip to content
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

can not sync the @scope package #462

Open
txiaocao opened this issue Aug 22, 2017 · 7 comments
Open

can not sync the @scope package #462

txiaocao opened this issue Aug 22, 2017 · 7 comments

Comments

@txiaocao
Copy link

can not sync the @scope package
info
may i install @types/mysql or npm install @types/glob
response E404

[root@kemao-workstation cdn-tools]# npm i @types/mysql
npm ERR! code E404
npm ERR! 404 Not Found: @types/[email protected]

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2017-08-22T08_20_52_200Z-debug.log

if i copy http://registry.npmjs.org/@types%2fmysql to the storge/@types/mysql
it will work,but i need copy the tgz use

curl -O https://registry.npmjs.org/@types/mysql/-/mysql-0.0.31.tgz

so sad, i will copy all @types package

@svewag
Copy link

svewag commented Aug 25, 2017

Same here with @nuxts/youch

npm http fetch GET 404 https://sinopia.mycompany.con/@nuxtjs%2fyouch 80ms
npm ERR! code E404
npm ERR! 404 Not Found: @nuxtjs/[email protected]

Is this a known bug?

@svewag
Copy link

svewag commented Aug 25, 2017

in the meantime I added a specific registry target for the scope:

npm config set "@nuxtjs:registry" http://registry.npmjs.org/

But I don't want to make this for all other upcoming scoped packages.

@antoinechalifour
Copy link

antoinechalifour commented Aug 31, 2017

Same here with all @types/... and @storybook/react.

@cmdelatorre
Copy link

Same here with @material/...

@lirenhao
Copy link

lirenhao commented Sep 1, 2017

Same here with @onsenui/...

@juanpicado
Copy link

The solution was posted here verdaccio/verdaccio#303

@cmdelatorre
Copy link

For those having this problem: this project is not longer maintained. A fixed, updated, maintained fork of this project is https://github.com/verdaccio/verdaccio/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants