在 CRA yarn add node-sass 中找不到模块 'delegates'

Cannot find module 'delegates' in CRA yarn add node-sass

我用 CRA 创建了一个新的应用程序,想根据它的 official description 添加 Sass 支持,它只是说用 yarn add node-sass

添加它

但这会引发错误

error /home/.../frontend/node_modules/node-sass: Command failed.
Exit code: 1
Command: node scripts/install.js
Arguments: 
Directory: /home/.../frontend/node_modules/node-sass
Output:
module.js:550
    throw err;
    ^

Error: Cannot find module 'delegates'
    at Function.Module._resolveFilename (module.js:548:15)
    at Function.Module._load (module.js:475:25)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/home/amir/WORKSPACE/daypay/daypay_v2/frontend/node_modules/are-we-there-yet/tracker-stream.js:4:16)
    at Module._compile (module.js:653:30)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)

我不知道为什么,但似乎 node_modules 哪里搞砸了,虽然它是一个新创建的应用程序。

所以我硬编码 package.json 中的 node-sass@types/node-sass 删除了 yarn.lock 或 (package-lock) 和 node_modules 文件夹和运行 yarn install 再一次