0

少し前に、プロジェクトの 1 つで node-sass を使用しました。今、私が書いnpm updateたりnpm install、任意のプロジェクト(node-sassをまったく使用していない)で書いたりすると、次のエラーが発生します:

npm ERR! node-sass@3.3.2 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the node-sass@3.3.2 postinstall script 'node scripts/build.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the node-sass package,
npm ERR! not with npm itself.

私はこれまでに試しました:

  • npm 再構築
  • npm 再構築ノード-sass
  • npm アンインストール -g ノード sass
  • npm install -g npde-sass@2 (どこかで v2 には問題がないことを読みました)

私のノードのバージョンは v5.1.0 です

node-sass はまったく必要ありませんが、どういうわけかエラーがスローされます。これはまったく説明できません。これを取り除く方法について誰か考えがありますか?

4

1 に答える 1