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
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
🐛 The bug
If you use PNPM without the shamefully-hoist flag in .npmrc then You get an error like
# ERROR Cannot find module '@vue/composition-api' from 'E:\Programming\speedrun.website' 13:55:46
# at Function.resolveSync [as sync] (node_modules\.pnpm\[email protected]\node_modules\resolve\lib\sync.js:102:15)
# at node_modules\.pnpm\[email protected]\node_modules\vue-server-renderer\build.prod.js:1:77905
# at Object.<anonymous> (webpack:/external "@vue/composition-api":1:0)
# at __webpack_require__ (webpack/bootstrap:25:0)
# at Module.<anonymous> (.nuxt/composition-api/register.js:1:0)
# at __webpack_require__ (webpack/bootstrap:25:0)
# at Object.<anonymous> (server.js:1496:1)
# at __webpack_require__ (webpack/bootstrap:25:0)
# at server.js:118:18
# at Object.<anonymous> (server.js:121:10)
🐛 The bug
If you use PNPM without the
shamefully-hoist
flag in .npmrc then You get an error like🛠️ To reproduce
Steps to reproduce the behavior:
pnpm install
pnpm build
pnpm start
🌈 Expected behaviour
Using normal NPM there is no error being thrown, this is due to the hard linking.
The text was updated successfully, but these errors were encountered: