Git Product home page Git Product logo

Comments (14)

sliverdesign avatar sliverdesign commented on July 24, 2024

hi i have the same probleme
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make: *** [Release/obj.target/binding/binding.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:270:23)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Darwin 14.5.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/mac/Desktop/jekyll-gulp-sass-browser-sync-master/node_modules/gulp-sass/node_modules/node-sass
gyp ERR! node -v v4.0.0
gyp ERR! node-gyp -v v3.0.1
gyp ERR! not ok
Build failed
npm ERR! Darwin 14.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v4.0.0
npm ERR! npm v2.14.2
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: node build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node build.js'.
npm ERR! This is most likely a problem with the node-sass package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node build.js
npm ERR! You can get their info via:
npm ERR! npm owner ls node-sass
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /Users/mac/Desktop/jekyll-gulp-sass-browser-sync-master/npm-debug.log
help us

from jekyll-gulp-sass-browser-sync.

sliverdesign avatar sliverdesign commented on July 24, 2024

after install npm-sass ihave this
npm WARN package.json Dependency 'browser-sync' exists in both dependencies and devDependencies, using 'browser-sync@^1.9.2' from dependencies
npm WARN package.json Dependency 'gulp' exists in both dependencies and devDependencies, using 'gulp@^3.9.0' from dependencies
npm WARN package.json Dependency 'gulp-autoprefixer' exists in both dependencies and devDependencies, using 'gulp-autoprefixer@^1.0.0' from dependencies

from jekyll-gulp-sass-browser-sync.

nvcampen avatar nvcampen commented on July 24, 2024

Yeah, exact the same problem here.

from jekyll-gulp-sass-browser-sync.

mikaer86 avatar mikaer86 commented on July 24, 2024

I also have the same problem, any solutions?

from jekyll-gulp-sass-browser-sync.

nadiaeagle avatar nadiaeagle commented on July 24, 2024

I have the same problem of sliver design too

from jekyll-gulp-sass-browser-sync.

JoshAMacD avatar JoshAMacD commented on July 24, 2024

I had the same issue so I did some playing around and had to install gulp-sass: npm install gulp-sass --save-dev after that I also installed gulp locally to my project. This seemed to solve all my issues.

from jekyll-gulp-sass-browser-sync.

nadiaeagle avatar nadiaeagle commented on July 24, 2024

I tried that @JoshAMacD, now the problem is:
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make: *** [Release/obj.target/binding/binding.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:270:23)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Darwin 14.5.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/Chiara/Desktop/jekyll-gulp-sass-browser-sync-master/node_modules/gulp-sass/node_modules/node-sass
gyp ERR! node -v v4.0.0
gyp ERR! node-gyp -v v3.0.1
gyp ERR! not ok
Build failed
npm WARN optional dep failed, continuing [email protected]
npm ERR! Darwin 14.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v4.0.0
npm ERR! npm v2.14.2
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: node build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node build.js'.
npm ERR! This is most likely a problem with the node-sass package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node build.js
npm ERR! You can get their info via:
npm ERR! npm owner ls node-sass
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /Users/Chiara/Desktop/jekyll-gulp-sass-browser-sync-master/npm-debug.log

from jekyll-gulp-sass-browser-sync.

JoshAMacD avatar JoshAMacD commented on July 24, 2024

I believe you need to do: npm install node-sass

I did this a while back for another error I had.

from jekyll-gulp-sass-browser-sync.

nadiaeagle avatar nadiaeagle commented on July 24, 2024

That worked! Thank you so much @JoshAMacD!

from jekyll-gulp-sass-browser-sync.

YanZinchenko avatar YanZinchenko commented on July 24, 2024

how to do it for Windows please write step by step, I have a lot of errors??

from jekyll-gulp-sass-browser-sync.

BarinsGhost avatar BarinsGhost commented on July 24, 2024

@JoshAMacD thank you so much!

from jekyll-gulp-sass-browser-sync.

san3091 avatar san3091 commented on July 24, 2024

I'm having the same problem. I tried npm install gulp-sass --save-dev, as well as npm install node-sass, to no avail.

20 errors generated.
make: *** [Release/obj.target/binding/binding.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:270:23)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Darwin 14.5.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/Santiago/Desktop/jekyll-gulp-sass-browser-sync-master/node_modules/gulp-sass/node_modules/node-sass
gyp ERR! node -v v4.2.1
gyp ERR! node-gyp -v v3.0.3
gyp ERR! not ok
Build failed
npm ERR! Darwin 14.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v4.2.1
npm ERR! npm v2.14.7
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: node build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node build.js'.
npm ERR! This is most likely a problem with the node-sass package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node build.js
npm ERR! You can get their info via:
npm ERR! npm owner ls node-sass
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /Users/Santiago/Desktop/jekyll-gulp-sass-browser-sync-master/npm-debug.log

from jekyll-gulp-sass-browser-sync.

harrycresswell avatar harrycresswell commented on July 24, 2024

@san3091 make sure you cd to node_modules within your project before doing npm install gulp-sass --save-dev then npm install node-sass afterwards and then it should work.

from jekyll-gulp-sass-browser-sync.

wicio avatar wicio commented on July 24, 2024

Fixed a problem with gulp-sass. Latest version is now 2.1.0 and works

from jekyll-gulp-sass-browser-sync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.