Node url scheme failing to resolve? #6055
Unanswered
The-Corrupted
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks,
I'm running into an issue bundling node-fetch. The issue appears to occur when attempting to resolve node modules using the url scheme https://nodejs.org/api/esm.html#node-imports (i.e. "node:path"). This is causing a GenericFailure [Impossible to get the node_modules path]. I've scoured the issues section as well as some of the discussions to see if anyone else has run into this issue/what configurations would be required to get this working but haven't found anything. A number of projects have switched to this new style of importing node modules and I imagine somebody else would have run into this. Is this a known issue or is it possible I've screwed something up in my .swcrc/spack configuration that's causing this to fail?
Beta Was this translation helpful? Give feedback.
All reactions