0

私はGWSKをインストールしようとしましたが、それをsudo npm installダウンロードし、エラーが発生している間にafetrを使用しました

`darwin-x64-node-0.10` exists; testing
Binary is fine; exiting
npm ERR! cb() never called!

私はそれを無視し、さらに2つの依存関係を継続しましたが、concat-mapとbalanced-matchが欠落しているため、それらを手動でインストールしました.

実行するgulp serveと、次のエラーが表示されます。

[10:17:10] Using gulpfile ~/Desktop/Sitios/bill/gulpfile.js
[10:17:10] Starting 'styles'...
[10:17:11] 'styles' errored after 1.23 s
[10:17:11] TypeError: Object #<Object> has no method 'rubySass'
at Gulp.gulp.task.$.useref.assets.searchPath (/Users/mercadotecnia/Desktop/Sitios/bill/gulpfile.js:91:13)
at module.exports (/Users/mercadotecnia/Desktop/Sitios/bill/node_modules/gulp/node_modules/orchestrator/lib/runTask.js:34:7)
at Gulp.Orchestrator._runTask (/Users/mercadotecnia/Desktop/Sitios/bill/node_modules/gulp/node_modules/orchestrator/index.js:273:3)
at Gulp.Orchestrator._runStep (/Users/mercadotecnia/Desktop/Sitios/bill/node_modules/gulp/node_modules/orchestrator/index.js:214:10)
at Gulp.Orchestrator.start (/Users/mercadotecnia/Desktop/Sitios/bill/node_modules/gulp/node_modules/orchestrator/index.js:134:8)
at /usr/local/lib/node_modules/gulp/bin/gulp.js:129:20
at process._tickCallback (node.js:442:13)
at Function.Module.runMain (module.js:499:11)
at startup (node.js:119:16)
at node.js:929:3
4

1 に答える 1

0

ノードを更新し、gulpを再インストールすると、誰かが同じ問題を抱えている場合に備えて、すべてが正常に機能し、回答が投稿されます。

于 2015-04-08T17:25:38.943 に答える