angular 4 项目中的 node-sass 问题

Issue with node-sass in angular 4 project

我在 MAC 上遇到以下问题,而 运行 现有 Angular4 应用程序。它在执行 ng serve

时向我显示此错误

ERROR in ./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 Module build failed: Error: Cannot find module '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

最新的 node.js 版本有问题。安装旧版本 6.8.0

已解决问题

最新版本向 npm install node-sass 抛出错误 它在低版本中运行良好。