2015-09-15 25 views
5

Ho aggiornato il Nodo v4.0.0 e dopo aver eseguito gulp nei miei progetti, ricevo un errore relativo a gulp-sass/node-sass, come segue:Errore durante l'esecuzione di gulp-sass dopo l'aggiornamento al Nodo v4.0.0

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

ho provato cestinare tutti i moduli nodo del progetto e la reinstallazione, e ottengo alcuni errori:

npm WARN package.json [email protected] No repository field.

npm WARN package.json [email protected] No license field.

npm WARN deprecated [email protected]: the module is now available as 'css-select'

npm WARN deprecated [email protected]: the module is now available as 'css-what'

npm WARN deprecated [email protected]: use [email protected]+, it does all the things

-

[email protected] install /Users/Jonathan/Documents/sites/wkux/ct-html-lib/node_modules/gulp-sass/node_modules/node-sass

node scripts/install.js

Can not download file from https://raw.githubusercontent.com/sass/node-sass-binaries/v2.1.1/darwin-x64-node-4.0/binding.node

[email protected] postinstall /Users/Jonathan/Documents/sites/wkux/ct-html-lib/node_modules/gulp-sass/node_modules/node-sass

node scripts/build.js

gyp: /Users/Jonathan/.node-gyp/4.0.0/common.gypi not found (cwd: /Users/Jonathan/Documents/sites/wkux/ct-html-lib/node_modules/gulp-sass/node_modules/node-sass) while reading includes of binding.gyp while trying to load binding.gyp

gyp ERR! configure error

gyp ERR! stack Error: gyp failed with exit code: 1

gyp ERR! stack at ChildProcess.onCpExit (/Users/Jonathan/Documents/sites/wkux/ct-html-lib/node_modules/gulp-sass/node_modules/node-sass/node_modules/pangyp/lib/configure.js:346:16)

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" "/Users/Jonathan/Documents/sites/wkux/ct-html-lib/node_modules/gulp-sass/node_modules/node-sass/node_modules/pangyp/bin/node-gyp" "rebuild"

gyp ERR! cwd /Users/Jonathan/Documents/sites/wkux/ct-html-lib/node_modules/gulp-sass/node_modules/node-sass

gyp ERR! node -v v4.0.0

gyp ERR! pangyp -v v2.3.2

gyp ERR! not ok

Build failed

tutti gli altri moduli nodi sembrano aver installato bene. È qualcosa con il nodo-sass che in gulp-sass sta causando problemi.

+0

In package.json, quale versione elenca per gulp-sass? –

+0

"gulp-sass": "^ 1.1.0", –

risposta

21

Eliminare la cartella node_modules, aggiornare gulp-sass l'ultimo nel vostro package.json, che è 2.2.0, ed eseguire npm install di nuovo.

+1

Grazie! Questo ha risolto il problema! –

+1

Grazie anche a te !! –

+1

Ho fatto la mia giornata, tutte le risposte che ho trovato erano "installa python" e non riuscivo a crederci. Grazie! – LeoLozes