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
npm run build throws the following error. Anything needs to be changed. This is on top of latest git clone from repo.
$ npm run build
> [email protected] build
> npm run lib && npm run webapp && npm run test
> [email protected] lib
> node build/build-parser.js && rollup -c src/rollup.config.js && npm test
src/index.ts → dist/nomnoml.js...
created dist/nomnoml.js in 7.5s
> [email protected] test
> node test/index.js && npm run test_cli
include edges in canvas size calculation
Error: 288 ≯ 300
V:\nomnoml\test\TestSuite.js:61
if (failures.length) throw new Error(failures.length + ' test failures')
^
Error: 1 test failures
at report_console (V:\nomnoml\test\TestSuite.js:61:32)
at Object.report (V:\nomnoml\test\TestSuite.js:26:10)
npm notice
npm notice New minor version of npm available! 8.5.5 -> 8.8.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.8.0>
npm notice Run `npm install -g [email protected]` to update!
npm notice
npm notice
npm notice New minor version of npm available! 8.5.5 -> 8.8.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.8.0>
npm notice Run `npm install -g [email protected]` to update!
npm notice
The text was updated successfully, but these errors were encountered:
npm run build
throws the following error. Anything needs to be changed. This is on top of latest git clone from repo.The text was updated successfully, but these errors were encountered: