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
When executing npm run build-dev, the following error is thrown, among multiple others of the same kind:
ERROR in ./src/parsers/js/swc.js
Module not found: Error: Can't resolve '@swc/wasm-web/wasm.js' in '/home/[REDACTED]/Projects/astexplorer/website/src/parsers/js'
Obviously, the deployed browser application crashes accordingly.
This happens with every version of node from 12 to 18 but probably also happens with 19 to 21.
To Reproduce
Steps to reproduce the behavior:
Go to 'website'
Run npm run build-dev
Expected behavior
The webpack bundle is successfully built.
The text was updated successfully, but these errors were encountered:
Describe the bug
When executing
npm run build-dev
, the following error is thrown, among multiple others of the same kind:Obviously, the deployed browser application crashes accordingly.
This happens with every version of node from 12 to 18 but probably also happens with 19 to 21.
To Reproduce
Steps to reproduce the behavior:
npm run build-dev
Expected behavior
The webpack bundle is successfully built.
The text was updated successfully, but these errors were encountered: