pnpm workspace install error #4311
Unanswered
benjibenoit
asked this question in
Help
Replies: 1 comment
-
Maybe the same problem as #4308 ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I have a bug when I try to install @adonisjs/core in a pnpm workspace. When I do "pnpm i", it doesn't install the config.js in the package with this error
"Error: Cannot find module '[...]/node_modules/@adonisjs/core/build/config.js'"
This works fine when the installation is not in a workspace, but as soon as it is in a workspace, I get this error.
Package version
node: v20.4.0
npm: 9.7.2
pnpm: 8.6.7
Beta Was this translation helpful? Give feedback.
All reactions