LoginSignup
25
18

More than 5 years have passed since last update.

gulp-sassの起動エラーメモ Error: Node Sass does not yet support your current environment

Posted at

最近触ってなかったけど久々にさわったらエラーがでたのでメモ

/Users/n0bisuke/dotstudio/0_web/node_modules/node-sass/lib/binding.js:13
      throw new Error(errors.unsupportedEnvironment());
      ^

Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (57)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v3.13.1
    at module.exports (/Users/n0bisuke/dotstudio/0_web/node_modules/node-sass/lib/binding.js:13:13)

node-sassの中でエラーがでてるみたいにエラーがでてますがアンインストールして入れ直したら通常起動しました。

参考: https://github.com/dlmanning/gulp-sass/wiki/Update-to-the-latest-Gulp-Sass

npm uninstall gulp-sass
npm install gulp-sass --save-dev
25
18
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
25
18