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 am unable to build the main branch with this command: npm install && npm run build --prod.
Error:
Generating ES5 bundles for differential loading...
An unhandled exception occurred: [BABEL] /home/runner/work/Open-Sentencing-UI/Open-Sentencing-UI/web/dist/client/main-es2015.bad17b4af1fa6c1a2f30.js: Could not find plugin "proposal-class-static-block". Ensure there is an entry in ./available-plugins.js for it. (While processing: "/home/runner/work/Open-Sentencing-UI/Open-Sentencing-UI/web/node_modules/@babel/preset-env/lib/index.js")
See "/tmp/ng-q7UTv2/angular-errors.log" for further details.
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! embrace-client@0.0.0 build: `ng build --prod`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the embrace-client@0.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/runner/.npm/_logs/2021-09-10T23_23_55_263Z-debug.log
Steps:
git clone the repo
cd web
npm install
npm run build --prod
node --version
v14.17.0
npm --version
6.14.13
@yochanah @wisdomkeeper can you please test? What am I missing? Looks like a dependency issue.
The text was updated successfully, but these errors were encountered:
I am unable to build the main branch with this command:
npm install && npm run build --prod
.Error:
Steps:
@yochanah @wisdomkeeper can you please test? What am I missing? Looks like a dependency issue.
The text was updated successfully, but these errors were encountered: