9
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Node.js 4 で Gulp のエラー

Last updated at Posted at 2015-09-26

##Node v4でハマッたエラー

Error: `libsass` bindings not found. Try reinstalling `node-sass`?

node-sass に関するエラー

##参考のサイト
Node.js 4.0.0 and Gulp first aid

$ npm uninstall gulp-sass node-sass
$ npm install node-sass@1.0.3
$ npm install gulp-sass
npm install node-sass@1.0.3

はエラーになったけど、とりあえず動きました。
よかった。

9
9
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
9
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?