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
Describe the bug
When attempting to run the storybook I am receiving the following error:
ERROR in ./node_modules/playcanvas/src/math/vec2.js 649:14
Module parse failed: Unexpected token (649:14)
File was processed with these loaders:
* ./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
|
|
> static ZERO = Object.freeze(new Vec2(0, 0));
Ive attempted updating node from LTS to Current, and also attempted checking out version 2.0.0 instead of main. It still fails to build.
To Reproduce
npm install
npm run storybook
Expected behavior
Storybook should be opened
Desktop (please complete the following information):
Describe the bug
When attempting to run the storybook I am receiving the following error:
Ive attempted updating node from LTS to Current, and also attempted checking out version 2.0.0 instead of main. It still fails to build.
To Reproduce
npm install
npm run storybook
Expected behavior
Storybook should be opened
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: