Visual Studio 2017 External Tools npm Not working

前端 未结 6 1808
猫巷女王i
猫巷女王i 2021-01-14 15:23

I have a typescript project that requires npm 3+. I\'ve install it to C:\\Program Files\\nodesjs, and I set my system environment variables to point there.

In vis

6条回答
  •  粉色の甜心
    2021-01-14 15:37

    I had a similar issue when trying to use Task Runner Explorer with webpack. My issue was that my webpack.config.js file was not in the root of my project (it was in my scripts folder). Moving it to the root did the trick for me.

提交回复
热议问题