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

Investigate Verdaccio checking the internet unnecessarily #14

Open
jcowman2 opened this issue Jul 25, 2018 · 0 comments
Open

Investigate Verdaccio checking the internet unnecessarily #14

jcowman2 opened this issue Jul 25, 2018 · 0 comments
Labels
bug Something isn't working! ☹ scripts Backend .js scripts being run on the system.

Comments

@jcowman2
Copy link
Collaborator

Trying to run an offline Verdaccio with a storage that was bundled by our install script often throws an error. This should be investigated to see if it's a problem with our script or a bug with Verdaccio.

Steps to reproduce:

  1. Run install script on a machine that is connected to the internet (try installing react or gulp, there are likely others that will cause this)
  2. After the zip file is successfully made, extract it into the storage of a global instance of Verdaccio
  3. Disconnect from the internet
  4. In a new node project, run npm install <package> --registry http://<verdaccio-url>, where package is one from the install script.
  5. Some error will likely be thrown.

Note: There is no error when installing lodash from the offline cache. This may be because it has no dependencies.

@jcowman2 jcowman2 added bug Something isn't working! ☹ scripts Backend .js scripts being run on the system. labels Jul 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working! ☹ scripts Backend .js scripts being run on the system.
Projects
None yet
Development

No branches or pull requests

1 participant