Error in node 18
See original GitHub issueThe error description:
Error: You must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize({ ‘lib/mappings.wasm’: … }) before using SourceMapConsumer
How to reproduce?
Install node@18 and run npx tsup
Workaround
Downgrade to node@17
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
node-sass install ERROR with Node 18 version - Stack Overflow
node-sass is deprecated and won't be supported. Instead use the new version which is sass . You can uninstall the old and install...
Read more >Errors | Node.js v18 API
Applications running in Node. js will generally experience four categories of errors: Standard JavaScript errors such as EvalError , SyntaxError , RangeError , ......
Read more >15 Common Error Codes in Node.js and How to Fix Them
3. ETIMEDOUT ... The ETIMEDOUT error is thrown by the Node.js runtime when a connection or HTTP request is not closed properly after...
Read more >yarn fails when using nodejs 18 · Issue #23696 - GitHub
Steps to reproduce Install nodejs 18 run yarn install && yarn build in repo directory get error: Error: error:0308010C:digital envelope ...
Read more >error:0308010c:digital envelope routines::unsupported [Node ...
In a React app, for instance, you can pass --openssl-legacy-provider to the start script like this "react-scripts --openssl-legacy-provider ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Caused by https://github.com/mozilla/source-map/issues/454
🎉 This issue has been resolved in version 5.12.8 🎉
The release is available on:
Your semantic-release bot 📦🚀