You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: