You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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)
After the zip file is successfully made, extract it into the storage of a global instance of Verdaccio
Disconnect from the internet
In a new node project, run npm install <package> --registry http://<verdaccio-url>, where package is one from the install script.
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.
The text was updated successfully, but these errors were encountered:
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:
react
orgulp
, there are likely others that will cause this)npm install <package> --registry http://<verdaccio-url>
, wherepackage
is one from the install script.Note: There is no error when installing
lodash
from the offline cache. This may be because it has no dependencies.The text was updated successfully, but these errors were encountered: