bug: Crashing unexpected token .
See original GitHub issueBug Report
Vime version: 5.0.27 (core/react)
Current behavior:
Crashes with the following error:
SyntaxError: Unexpected token '.' at wrapSafe (internal/modules/cjs/loader.js:1053:16) at Module._compile (internal/modules/cjs/loader.js:1101:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10) at Module.load (internal/modules/cjs/loader.js:985:32) at Function.Module._load (internal/modules/cjs/loader.js:878:14) at Module.require (internal/modules/cjs/loader.js:1025:19) at require (internal/modules/cjs/helpers.js:72:18) at Object.<anonymous> (/node_modules/@vime/core/dist/cjs/index.cjs.js:7:31) at Module._compile (internal/modules/cjs/loader.js:1137:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10) /node_modules/@vime/core/dist/cjs/withComponentRegistry-50d191fe.js:33 onFail?.(); ^
I was using 5.0.19 before, and updated to latest. Sadly, this error ocurred, and I haven’t changed anything other than de package version.
Any solutions or help would be appreciated.
Thank you.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:7 (1 by maintainers)

Top Related StackOverflow Question
Try using node14+ for building.
is this repo maintained? Only asking because it seems strange to have the React version not working for this long