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
Building webapp...
$ react-app-rewired build
There might be a problem with the project dependency tree.
It is likely not a bug in Create React App, but something you need to fix locally.
The react-scripts package provided by Create React App requires a dependency:
"babel-loader": "8.1.0"
Don't try to install it manually: your package manager does it automatically.
However, a different version of babel-loader was detected higher up in the tree:
/path/to/coderoad-vscode/web-app/node_modules/babel-loader (version: 8.2.2)
Seems react-scripts has a dependency on babel-loader 8.1.0, while the web-app depends on 8.2.2.
Tried various upgrade attempts, and ran into all manner of issues running the build.
This ticket title probably needs a change.
jcandan
changed the title
Update extension development to Node 18 minimum
Fix extension build
Feb 2, 2025
Is your feature request related to a problem? Please describe.
Cloning the repo and running
npm install
fails withERESOLVE unable to resolve dependency tree
.Needed to downgrade to Node 12 and Node 16 to run.
Describe the solution you'd like
Support Node 18 at least. But, if performing the upgrade, it would make sense to support the latest LTS version 22.
The text was updated successfully, but these errors were encountered: