question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build Issue: 0.10.0-RC8

See original GitHub issue

I 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:open
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kibertoadcommented, Oct 25, 2021

I suspect that would be way too much duplicated code. Let me try the axios fallback approach this week.

0reactions
mellowarecommented, Oct 25, 2021

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found