##現状
gulp4をインストール後、gulp
コマンドを実行したら下記のエラーが発生しました。
[vagrant@local profile]$ gulp [10:58:53] Using gulpfile /vagrant/sample.com/profile/gulpfile.js /home/vagrant/.nvm/versions/node/v10.14.1/lib/node_modules/gulp/bin/gulp.js:129 gulpInst.start.apply(gulpInst, toRun); ^ TypeError: Cannot read property 'apply' of undefined at /home/vagrant/.nvm/versions/node/v10.14.1/lib/node_modules/gulp/bin/gulp.js:129:20 at process._tickCallback (internal/process/next_tick.js:61:11) at Function.Module.runMain (internal/modules/cjs/loader.js:744:11) at startup (internal/bootstrap/node.js:285:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:739:3) [vagrant@local profile]$
https://qiita.com/jshimazu/items/2c281bd2d480cce322e9
こちらの記事を参考にgulpのアップデートを図りましたが、npm install gulpjs/gulp-cli#4.0 -g
こちらのコマンド実行時に下記のエラーが発生しました。
[vagrant@local profile]$ npm uninstall gulp -g removed 254 packages in 1.612s [vagrant@local profile]$ npm install gulpjs/gulp-cli#4.0 -g npm ERR! code 1 npm ERR! Command failed: /usr/bin/git checkout 4.0 npm ERR! error: pathspec '4.0' did not match any file(s) known to git. npm ERR! npm ERR! A complete log of this run can be found in: npm ERR! /home/vagrant/.npm/_logs/2018-12-02T11_01_40_492Z-debug.log [vagrant@local profile]$
##質問
このエラーはどのように解消すれば良いでしょうか?
足らない点ありましたら、都度情報を掲載致しますので、ご回答の程よろしくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/12/15 15:52
2018/12/15 16:12
2018/12/17 15:58
2018/12/18 17:08 編集
2018/12/18 23:42
2018/12/19 01:53 編集
2018/12/19 14:08
2018/12/20 00:46 編集
2018/12/20 10:17
2018/12/20 10:24
2018/12/20 12:24 編集
2018/12/20 15:36
2018/12/20 15:37
2018/12/21 05:23 編集
2018/12/22 14:23