在Visual Studio 2017中,我收到错误MSB3073 The command "gulp postbuild" exited with code 1
。
在我的gulp文件中,我有:
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 :(得分:1)
就我而言,我只需要添加一个指向NODE_PATH
的环境变量%AppData%\npm\node_modules