在运行现有的 Angular4 应用程序时,我在 MAC 上面临以下问题。它在执行时向我显示了这个错误ng serve
./node_modules/css-loader 中的错误?{"sourceMap":false,"import":false}!./node_modules/postcss-loader/lib?{"ident":"postcss","sourceMap":false}! ./node_modules/sass-loader/lib/loader.js?{"sourceMap":false,"precision":8,"includePaths":[]}!./node_modules/angular-calendar-week-hours-view/angular -calendar-week-hours-view.scss 模块构建失败:错误:找不到模块“node-sass”
我在 angular-cli.json 中导入样式如下
"styles": [
"../node_modules/angular-calendar-week-hours-view/angular-calendar-week-hours-view.scss"
],
可能的问题是什么?
"styleExt": "scss",
在 angular-cli.json 中将 styleExt 添加为 scss。我确实有节点 9.11.1