Wednesday, June 29, 2016

ASP.NET Core 1.0 dotnet run complie error Cannot find module './wwwroot/dist/vendor-manifest.json


Problem

System.Exception Call to Node module failed with error: Error: Cannot find module './wwwroot/dist/vendor-manifest.json' at Function.Module._resolveFilename

Solution 

Execute webpack --config webpack.config.vendor.js before run application.
This issue addressed to new CLI behaivo

1 comment: