2017-10-05 12 views
0

Visual Studio 2017でエラーMSB3073 The command "gulp postbuild" exited with code 1が発生しています。私は私の一気ファイルでGulp - Visual Studio 2017 - MSB3073コマンド "gulp postbuild"がコード1で終了しました

:コマンドラインで

gulp.task('postbuild', function() { 
    //... 
}); 

私はgulp locをしようとすると、私はエラーを取得する:私の場合は

C:\Users\User\AppData\Roaming\npm\node_modules\gulp\node_modules\semver\semver.js:281 
throw new TypeError('Invalid Version: ' + version); 
^ 

TypeError: Invalid Version: undefinedypeError('Invalid Version: ' + version); 

答えて

0

私はちょうどを指す環境変数NODE_PATHを追加する必要が%AppData%\npm\node_modules

関連する問題