0

升级到 Visual Studio 2015 Update 2 后,我无法加载我的 gruntfile.js。当我打开“Task Runner Explorer”并尝试刷新 gruntfile.js 时,它会在我的输出窗口中写入以下内容:

无法运行“(PATH)\Gruntfile.js”... cmd.exe /c grunt -b "(PATH)" --gruntfile "(PATH)\Gruntfile.js" --tasks "C:\Program Files ( x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Web Tools\TaskRunnerExplorer\Scripts" vs-grunt-task-reader

有任何想法吗?

4

2 回答 2

3

It looks like you deleted/moved/lost your nodejs packages, so they'll need reinstalling.

Run npm install from the command line in the folder that contains package.json.

于 2016-04-20T18:57:51.610 回答
-1

我在 gruntfile.js 中有一个语法错误,但我想怎么知道 grunt 没有告诉我任何事情。我恢复了 grunt 文件,它工作正常。

于 2019-02-27T16:10:27.883 回答