Replies: 4 comments
-
anything i can do the speed up the "issue verification"? I already provided a minimal setup reproduction here: https://github.com/hydra-newmedia/verdaccio-issue-1404 |
Beta Was this translation helpful? Give feedback.
-
cc: @verdaccio/collaborators |
Beta Was this translation helpful? Give feedback.
-
This problem might be related to the |
Beta Was this translation helpful? Give feedback.
-
I had the same problem with a custom module and I can confirm that an invalid plugin will display the same error message as if the plugin was not present. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
The plugin loader of verdaccio 4 does not want to load the
verdaccio-google-cloud
plugin when installed locally (not globally). Instead it crashes.We are using app engine to deploy verdaccio, so we can not install it globally. This issue is preventing us from upgrading to 4.x
To Reproduce
I reproduced this with a minimal setup here: https://github.com/hydra-newmedia/verdaccio-issue-1404
To test it:
npm install
npm start
Configuration File (cat ~/.config/verdaccio/config.yaml)
Environment information
Environment Info:
System:
OS: Linux 5.2 Arch Linux undefined
CPU: (12) x64 Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz
Binaries:
Node: 11.15.0 - /usr/bin/node
Yarn: 1.17.3 - /usr/bin/yarn
npm: 6.10.2 - /usr/bin/npm
Virtualization:
Docker: 18.09.8 - /usr/bin/docker
Browsers:
Firefox: 68.0.1
This is my machine, not the app engine env. But i can reproduce it here.
Debugging output
verdaccio crashes with
Beta Was this translation helpful? Give feedback.
All reactions