节点 Sass 安装失败
Node Sass failing to install
我尝试通过 运行
在我的 React 应用程序中安装 Node sass
npm install node-sass
它因错误而失败
Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic.
我试过了
- 删除节点模块
- 正在删除包-lock.json
- 运行“npm install”
还是不行。
原来我的node版本没有更新
我不得不从控制面板卸载我的 Node 应用程序,
下载最新版本,
然后重新安装。
然后我重新 运行 我的 'npm install' 节点模块。
这对我有用。
我尝试通过 运行
在我的 React 应用程序中安装 Node sassnpm install node-sass
它因错误而失败
Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic.
我试过了
- 删除节点模块
- 正在删除包-lock.json
- 运行“npm install”
还是不行。
原来我的node版本没有更新
我不得不从控制面板卸载我的 Node 应用程序, 下载最新版本, 然后重新安装。
然后我重新 运行 我的 'npm install' 节点模块。
这对我有用。