Build Issue: 0.10.0-RC8
See original GitHub issueI have a Create React App and trying to use v 0.10.8 I get these compile issues: https://github.com/nodejs/undici/discussions/1057
If I back up to your 0.9.0 version everything works fine.
./node_modules/undici/lib/api/api-request.js
Module not found: Can't resolve 'async_hooks' in 'C:\dev\aim\node_modules\undici\lib\api'
when I try npm run build
i am getting this different error
Creating an optimized production build...
Failed to compile.
.\node_modules\undici\lib\fetch\request.js
Cannot find module: 'stream/web'. Make sure this package is installed.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Release 0.10.0rc8 (2018-01-31) - Bazel
Release 0.10.0rc8 (2018-01-31) ... Set build jobs equivalent to number of logical processors by default. Should improve build times significantly.
Read more >Jasmine-node and sails.js (0.10.0-rc8) - Stack Overflow
Anyone knows what's the catch? var Sails = require('sails'); describe("Crud tests:", function() { var app; beforeEach(function(done) { // Lift Sails and ...
Read more >mlrun · PyPI
Imagine a layer that automates the build process, execution, data movement, scaling, versioning, parameterization, outputs tracking, and more.
Read more >tmkms 0.10.0-beta2 - Docs.rs
docs.rs failed to build tmkms-0.10.0-beta2 ... If you believe this is docs.rs' fault, open an issue. Visit the last successful build: tmkms-0.12.2 ...
Read more >npm fails to install - Google Groups
38 silly resolved bugs: { url: 'https://github.com/appium/appium/issues' }, ... reset.sh --dev\n\nThe first two commands install test and build tools (sudo ...
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
I suspect that would be way too much duplicated code. Let me try the axios fallback approach this week.
HA so I am wondering if FE is not a goal of this library should I fork it? To me its a great use case for FE as I have a dashboard hitting SOLR directly displaying information that is 20X faster than their current application which uses Python middleware. So I did a POC with solr-client and React JS and it delivered impressive results. 😃
I could create a
solr-browser-client
library using AXIOS which could support both?