As per title
Details
Details
- Reviewers
bytesofman Fabien - Group Reviewers
Restricted Project - Commits
- rABC0dddb517c3f8: [cashtab] Upgrade webpack modules
npm run start
Check the app works.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I'm able to get npm install to work here with node v15.3.0 or v15.4.0 and npm v7.0.15 (but package-lock.json is different)
npm v7.3.0 runs into dependency issue without --legacy-peer-deps
What version of node and npm did you use for this diff?
Could you please run
cd cashtab/web rm -rf node_modules rm package-lock-json npm i
and submit?
Comment Actions
npm i needs to be run to update package-lock.json after this rebase as there are additional npm modules.
As you point out, this could be a CI change; enforce npm i before any arc diff, or even npm run build to make sure it builds.
This comment was removed by deadalnix.