nodejs / help

:sparkles: Need help with Node.js? File an Issue here. :rocket:
1.44k stars 276 forks source link

`Error: request for 'node:process' is not in cache` #4364

Closed coderaiser closed 3 months ago

coderaiser commented 3 months ago

Details

image

Node.js version

Example code

No response

Operating system

Mac Os

Scope

node:process

Module and version

To reproduce you can run:

git clone https://github.com/coderaiser/cloudcmd
cd cloudcmd && git checkout feature/esm && npm i && npm test

https://github.com/nodejs/node/issues/52187

Trott commented 3 months ago

You're probably going to have a hard time finding someone to troubleshoot something with dozens of libraries and a lot of complexity like that. If you could simplify the example to show the problem, that would help.

Trott commented 3 months ago

Closed as there's more information over in https://github.com/nodejs/node/issues/52187.