Open
Description
I run "npm run build-prod" and have error message:
"Error: license-webpack-plugin: Output template file does not exist: /home/niko/WebstormProjects/angularcli-meteor/node_modules/license-webpack-plugin/output.template.ejs"
Solution:
In 'webpack.config.js.prod' file.
Find: "/home/niko/WebstormProjects/angularcli-meteor/node_modules/license-webpack-plugin/output.template.ejs"
and Replace by: "./node_modules/license-webpack-plugin/output.template.ejs"
Metadata
Metadata
Assignees
Labels
No labels