简体   繁体   中英

Why I can't run a Vue project with a problem in app.scss?

I want to run a Vue project in local. And after I run the command

npm run dev

It shows me an error like this:

 error  in ./src/assets/scss/app.scss

Module build failed: Error: ENOENT: no such file or directory, scandir '/Users/alexchen/Docum
ents/GitHub/demenagement-frontoffice/node_modules/node-sass/vendor'

What's the problem ?

Remove node modules folder locally and then do npm install again. This should do your work

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM