Replies: 1 comment
-
Can you try to reinstall with yarn? Ensure to checkout all the changes to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to build from grapesjs I downloaded @Version 0.21.2,
npm install
npm run build
... and the following errors appear:
FAIL test/specs/asset_manager/view/FileUploader.js
● Test suite failed to run
FAIL test/specs/asset_manager/view/AssetsView.js
● Test suite failed to run
and so 75 errors...
Test Suites: 75 failed, 1 passed, 76 total
Tests: 6 passed, 6 total
Snapshots: 0 total
Time: 37.997s
Ran all test suites.
When I execute the builder without the test command, other errors appear:
for (let i = startIndex ?? 0; i < array.length; i++) {
^
SyntaxError: Invalid or unexpected token
at Module._extensions..js (node:internal/modules/cjs/loader:1308:10)
Node.js v18.16.0
ERROR: "build:js" exited with 1.
There is also this warning:
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <5.0.0
YOUR TYPESCRIPT VERSION: 5.1.3
Could the cause of the failure be here?
Beta Was this translation helpful? Give feedback.
All reactions