#Vue

Q: Recently I run into this error whe create a vue project via Vue-Cli :

1
2
3
4
5
 ERROR  Failed to compile with 1 error                             

 error  in ./src/App.vue?vue&type=style&index=0&lang=scss&

Syntax Error: Error: ENOENT: no such file or directory, scandir '/***/node_modules/node-sass/vendor'

Read More