Error code: 800A1391 Source: Microsoft JScript runtime error Running Grunt - Module is undefined

前端 未结 9 1386
臣服心动
臣服心动 2021-01-03 22:21

New Grunt user here who is using a lot of new tools (npm nodejs) today.

I\'ve got Grunt \"installed\" and have been able to create a grunt.js file using the init tas

9条回答
  •  天涯浪人
    2021-01-03 22:49

    I had a similar issue, the problem is file association, I would recommend:

    • right click on a .js file and choose open with.
    • then you choose nodejs/node.exe (somewhere in "program files" folder
    • then make tick box where it says "always open .js files " (paraphrasing)

    That should do the trick.

提交回复
热议问题