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
{{ message }}
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.
And directly after that output I receive my first error:
ERROR in ./bootstrap.js
Module build failed: Error: Cannot remove "babel-plugin-transform-es2015-modules-commonjs" from the plugin list.
at Object.<anonymous> (/Users/slaplante/workspace/frontendmasters/es6-todomvc/node_modules/babel-preset-es2015-webpack/index.js:35:11)
both before and after changing back to the master branch, but the same errors are reported.
N.B. the setup:fem script is found in the master branch but the script changes you to another branch; ipso facto that script cannot be run twice without switching back to master.
Finally, npm itself reports this to me:
npm ERR! Failed at the @ build script 'webpack --env.prod -p'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! webpack --env.prod -p
as well as
npm ERR! Tell the author that this fails on your system:
npm ERR! npm-run-all --parallel lint build test
as well as
npm ERR! Tell the author that this fails on your system:
npm ERR! git checkout FEM/07.1-deploy-surge && npm install && npm run validate && rimraf dist coverage && git checkout FEM/00-original-project
The text was updated successfully, but these errors were encountered:
Yeah, so babel pushed a breaking change last night that I think is responsible for this. I've been traveling all day and haven't had a chance to fix it. I'm working on it now. Thank you so much for trying things out and reporting this issue!
Two items that may help narrow down the issue:
I do see the webpack creating some bundles:
And directly after that output I receive my first error:
Many (but not all) of the chunks fail:
All of the errors that are reported are the same "Cannot remove...from plugin list" on the same plugin.
Based on gajus/babel-preset-es2015-webpack#10
I tried running
both before and after changing back to the master branch, but the same errors are reported.
N.B. the setup:fem script is found in the master branch but the script changes you to another branch; ipso facto that script cannot be run twice without switching back to master.
Finally, npm itself reports this to me:
as well as
as well as
The text was updated successfully, but these errors were encountered: