-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error You must provide the URL of lib/mappings.wasm #8005
Comments
Based on the stack trace, looks like a problem with terser? |
A bug in source-map: mozilla/source-map#432 |
It is already merged. https://github.com/terser/terser/blob/v5.13.1/package.json#L48 |
As another workaround, |
Thanks ! Closing since both a solution (update terser or force resolution) and a workaround were provided |
I have updated Parcel locally and all dependencies, and even though I had to apply @benpigchu solution to be able to build. |
some wasm issue. These people had the same problem apparently: parcel-bundler/parcel#8005
See mozilla/source-map#452 See also parcel-bundler/parcel#8005 Co-authored-by: Minji Choi <[email protected]>
Thank! |
it is still not working for me |
Working for me after updating to parcel 2.9.1 from 2.3.2, make sure you've updated your version @abhijit-chikane |
for me it was due to some other reason but anyway thanks |
If it is an option for you, you can also jump back to node 16 real quick for a minute, à la |
with `NODE_OPTIONS=--no-experimental-fetch` as described [here](parcel-bundler/parcel#8005)
with `NODE_OPTIONS=--no-experimental-fetch` as described [here](parcel-bundler/parcel#8005)
migrated from stkb#389 --------- * Fix tests trying to read differing cased files Before this change: ```sh $ node .config/do.mjs test Error: ENOENT: no such file or directory, open './docs/specs/readme.md' ``` Tested on Linux (Manjaro, arch-based) * Add support for Zig comments Fix stkb#388 * Update `parcel` to fix packaging errors with Node.js 18 See parcel-bundler/parcel#8005 * build: package-lock.json * ci: meaningless change to debug workflow --------- Co-authored-by: Eric Eastwood <[email protected]>
🐛 bug report
Build was working fine days ago (before env was updated to Node 18).
🎛 Configuration (.babelrc, package.json, cli command)
.terserrc
🤔 Expected Behavior
Build should be successful.
😯 Current Behavior
Error message is displayed on console:
💁 Possible Solution
Workaround was to rollback to Node 17 (17.9.0)
🔦 Context
💻 Code Sample
🌍 Your Environment
CircleCI with docker image cimg/node:18.0
The text was updated successfully, but these errors were encountered: