madskristensen / WebPackTaskRunner

A Visual Studio extension
Other
39 stars 16 forks source link

webpack-dev-server not recognized #18

Closed aligit closed 7 years ago

aligit commented 8 years ago

Description

Although webpack-dev-server is installed, when I try to run the task runner, I get: 'webpack-dev-server' is not recognized as an internal or external command, operable program or batch file. I'm trying to integrate it with angular.

Installed product versions

madskristensen commented 8 years ago

Did you try to use a newer version of Node.js by telling VS to? The steps are described here https://blogs.msdn.microsoft.com/webdev/2015/03/19/customize-external-web-tools-in-visual-studio-2015/

madskristensen commented 7 years ago

Closing due to inactivity