Some dotnet core runtime errors

From Logic Wiki
Jump to: navigation, search


Error

Cannot find module 'aspnet-webpack'

Solution

npm install

Error

Cannot find module './wwwroot/dist/vendor-manifest.json'

Solution

run this in command line

webpack --config webpack.config.vendor.js

Then run main bundle

webpack