简体   繁体   English

为什么我无法运行 Vue 项目,在 app.scss 中有问题?

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

I want to run a Vue project in local.我想在本地运行一个 Vue 项目。 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.在本地删除节点模块文件夹,然后再次执行npm install This should do your work这应该做你的工作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我有问题,为什么我不能运行 Picasso.get().load(users.getProfile()).into(R.id.profile_image); 什么问题? - I have problem, Why i can't run Picasso.get().load(users.getProfile()).into(R.id.profile_image); whats problem? 我可以在本地运行 MEAN 应用程序,但无法部署它 - I can run MEAN app locally, but can't deploy it Flutter 运行返回:评估项目 ':app' 时出现问题。" ">ASCII" - Flutter run returns: A problem occurred evaluating project ':app'." ">ASCII" 将 firebase-core 和 auth 添加到项目后无法运行 flutter 应用程序 - Can't run the flutter app after added firebase-core and auth to the project 添加 firebase 软件包后,我无法运行我的应用程序,但我仍然遇到错误 - i can't run my app after i add firebase packages i still got errors 如何将数据从 Firestore 导入 Vue CLI 项目? - How can I import data from Firestore to a Vue CLI project? 无法在 IOS 上使用 firebase 运行 flutter 应用程序 - Can't run flutter app with firebase on IOS 无法获取Firebase数据以在简单的Vue应用上显示 - Can't get Firebase data to display on simple Vue app 为什么我不能将这个简单的TypeScript类中的AngularFire导入Angular项目? - Why I can't import the AngularFire in this simple TypeScript class into an Angular project? 我遇到错误,无法运行我的本机应用程序 - Can't run my react-native app because I'm having an error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM