nuxt / create-nuxt-app

Create Nuxt.js App in seconds.
MIT License
3.48k stars 429 forks source link

npm run dev doesn't work on new nuxt project. Error info: Plugin not found: D:\vue-cropper-nuxt\.nuxt\components\plugin.js #949

Closed MygengBin closed 2 years ago

MygengBin commented 2 years ago

Version

System: win10 create-nuxt-app: npx version node-js: v16.15.0 npx and npm: 8.5.5

Steps to reproduce

First run: npx create-nuxt-app Then run: npm run dev

What is Expected?

What is actually happening?

初始化 运行报错

lsbqzy commented 2 years ago

I also encountered this problem

MygengBin commented 2 years ago

I also don't know how to resolve this problem, i just initialization. That's it after initialization

lsbqzy commented 2 years ago

When I built it last week, there was no problem.

The same problem occurred during the construction today. I'm sure my construction steps are consistent

AchahbarIlias commented 2 years ago

Same error here

songcheng1658 commented 2 years ago

same error, in window10

Porkts commented 2 years ago

Same here, win10

MygengBin commented 2 years ago

same error, in window10

Windows 10, me too.

MygengBin commented 2 years ago

Same here, win10

Win10, me too.

Altigar commented 2 years ago

same error using yarn, win10

MygengBin commented 2 years ago

I tried it. Yarn and Npm all have this error.

Altigar commented 2 years ago

solution here https://github.com/nuxt/nuxt.js/issues/10440#issuecomment-1126714019

MygengBin commented 2 years ago

solution here nuxt/nuxt.js#10440 (comment)

This can solve current error. Thank you help very much.