[error] Cannot resolve vue-i18n on pnpm! please install it on 'node_modules' #2519
baixiaoyu2997
started this conversation in
General
Replies: 1 comment
-
Same here. Edit: Solved. Created Hope this help anyone. |
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
-
I had this problem on vercel, the problem was solved by removing
extends: ['./extends/i18n']
in/extends/base/nuxt.config.ts
inbase
,and nuxt.config in
root
,alse have extends config,extends: [extends/base]
Sorry I don't have time to do a minimal reproduction
Beta Was this translation helpful? Give feedback.
All reactions