Visual Studio 2017 External Tools npm Not working

前端 未结 6 1823
猫巷女王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:56

    This happened to me after deleting the "dist" folder from a dotnet new angular template project. (npm is installed and in the path)

    Recreating the "dist" folder (under ClientApp) from inside Visual Studio 2017 solved the issue for me.

提交回复
热议问题