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

npm run bootstrap fails #456

Open
zom-bee opened this issue Mar 11, 2020 · 2 comments
Open

npm run bootstrap fails #456

zom-bee opened this issue Mar 11, 2020 · 2 comments
Labels

Comments

@zom-bee
Copy link

zom-bee commented Mar 11, 2020

npm ERR! 404 Not Found - GET https://registry.npmjs.org/@wmfs%2fgazetteer-blueprint - Not found

@siroje
Copy link

siroje commented Feb 25, 2021

I too get this error.

Steps to reproduce.

  • npm install -g lerna
  • npm run sync
  • npm run bootstrap

error

lerna ERR! npm install --global-style exited 1 in '@wmfs/addressbase-premium-blueprint'
lerna ERR! npm install --global-style stderr:
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@wmfs%2fgazetteer-blueprint - Not found
npm ERR! 404
npm ERR! 404 '@wmfs/gazetteer-blueprint@1.30.1' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'addressbase-premium-blueprint'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/siroje/.npm/_logs/2021-02-25T10_06_45_180Z-debug.log

I can't find the @wmfs/gazetteer-blueprint package on npm - https://www.npmjs.com/package/gazetteer-blueprint or
https://www.npmjs.com/package/@wmfs/gazetteer-blueprint but this is package page asks to login.

Is the @wmfs/gazetteer-blueprint package published privately? Should it be public? Thanks!

@reecebrend reecebrend added the bug label Mar 1, 2021
@reecebrend
Copy link
Member

reecebrend commented Mar 1, 2021

Hi @zom-bee, @siroje thanks for bringing this to our attention. This is happening because, as the error messages state, that blueprint in particular is private.

Our solution here is to separate out all of the sensitive business information, and place that in a "mod" for the blueprint. This will mean we can convert the gazetteer-blueprint into a public repo and that will solve the issue.

We have now added a user story to our backlog.

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

No branches or pull requests

3 participants