Cannot find module '[email protected]' by pnpm #9130
Replies: 1 comment
-
|
Remember to add pnpm.onlyBuiltDependencies to the package.json. Next, run {
"pnpm": {
"onlyBuiltDependencies": [
"pulsar-client"
]
}
} |
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.
-
I tried to migrate an old project from
NPMtoPNPM, but after runningpnpm install, when I try to start the project, I encounter aMODULE_NOT_FOUNDerror. How can I fix this issue?Node.js v22.13.1
pnpm v10.4.1
Beta Was this translation helpful? Give feedback.
All reactions