Yet another @nuxt/kit issue
Hello all, just upgraded to 3.4.3 yesterday, and yarn install fails with the below log:
# This file contains the result of Yarn building a package (root-workspace-0b6124@workspace:.)
# Script name: postinstall
Nuxi 3.4.3
ERROR Error: Cannot find module @nuxt/kit imported from file:///
Wondering if anyone has any quick fix or workaround?1 Reply
Solved it..
Added "nodeLinker: node-modules" in my .yarnrc.yml file
PNP is not supported yet from NuxtJS: https://github.com/nuxt/nuxt/issues/14146
GitHub
pnpm support without
--shamefully-hoist
· Issue #14146 · nuxt/nuxtUpdate: Since v3.0 release, pnpm without shamefully-hoist flag works out of the box but there are still known issues to be addressed (in nuxt or upstream): When pages enabled, vue-router dependency...