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

Cannot find module verdaccio #55

Open
mjsorribas opened this issue Jul 7, 2023 · 0 comments
Open

Cannot find module verdaccio #55

mjsorribas opened this issue Jul 7, 2023 · 0 comments
Assignees
Labels

Comments

@mjsorribas
Copy link

mjsorribas commented Jul 7, 2023

OS: MacOS Ventura
Steps :
run : docker run --name my-npm-mirror --detach --volume /Users/myuser/projects/npm-mirror:/var/opt/verdaccio --publish 4873:4873 garethflowers/npm-mirror
Error:

2023-07-07 17:05:51 Node.js v20.0.0
2023-07-07 17:06:26 node:internal/modules/cjs/loader:1085
2023-07-07 17:06:26   throw err;
2023-07-07 17:06:26   ^
2023-07-07 17:06:26 
2023-07-07 17:06:26 Error: Cannot find module '/var/opt/verdaccio/verdaccio'
2023-07-07 17:06:26     at Module._resolveFilename (node:internal/modules/cjs/loader:1082:15)
2023-07-07 17:06:26     at Module._load (node:internal/modules/cjs/loader:928:27)
2023-07-07 17:06:26     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
2023-07-07 17:06:26     at node:internal/main/run_main_module:23:47 {
2023-07-07 17:06:26   code: 'MODULE_NOT_FOUND',
2023-07-07 17:06:26   requireStack: []
2023-07-07 17:06:26 }
2023-07-07 17:06:26 
2023-07-07 17:06:26 Node.js v20.0.0
@garethflowers garethflowers self-assigned this Aug 24, 2024
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

2 participants