Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nuxt3打包报错 #15685

Closed
18539008989 opened this issue Dec 7, 2022 · 1 comment
Closed

nuxt3打包报错 #15685

18539008989 opened this issue Dec 7, 2022 · 1 comment

Comments

@18539008989
Copy link

Environment

Could not load /Users/www/www/node_modules/pinia/dist/pinia.mjs/dist/pinia.mjs (imported by .nuxt/dist/server/server.mjs): ENOTDIR: not a directory, open '/Users/www/www/node_modules/pinia/dist/pinia.mjs/dist/pinia.mjs'

Reproduction

{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "cross-env PORT=8911 nuxt preview"
},
"devDependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@windicss/plugin-animations": "^1.0.9",
"element-plus": "^2.2.12",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"monaco-editor": "^0.34.1",
"nuxt": "^3.0.0",
"sass": "^1.54.3"
},
"dependencies": {
"@pinia/nuxt": "^0.3.1",
"axios": "^0.27.2",
"cross-env": "^7.0.3",
"eslint": "^8.21.0",
"h3": "^0.7.13",
"pinia": "^2.0.17",
"pinia-plugin-persist": "^1.0.0",
"sass-loader": "^13.0.2",
"vue": "^3.2.45"
}
}

Describe the bug

打包报错

Additional context

No response

Logs

No response

@danielroe
Copy link
Member

Let's track in #14585.

@danielroe danielroe closed this as not planned Won't fix, can't repro, duplicate, stale Dec 7, 2022
@danielroe danielroe added the 3.x label Jan 19, 2023
@danielroe danielroe transferred this issue from nuxt/framework Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants