-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyntaxError: The requested module 'process' does not provide an export named 'report' #41774
Comments
Mesteery
added
esm
Issues and PRs related to the ECMAScript Modules implementation.
process
Issues and PRs related to the process subsystem.
labels
Jan 30, 2022
Hey I wanna work on this could someone tell me what should i have to do @Mesteery |
node/lib/internal/bootstrap/pre_execution.js Line 176 in 253f934
@dollar22 You should set enumerable to true instead of false here.
|
@Mesteery I changed it to true but when I run ./configure && make -j4 test to test lots of error comes
|
dollar22
added a commit
to dollar22/node
that referenced
this issue
Jan 31, 2022
src: fix typo in node/lib/internal/bootstrap/pre_execution.js Fixes: nodejs#41774 refs: https://nodejs.org/api/process.html#processreport
/cc @nodejs/process |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
sxa
pushed a commit
to sxa/node
that referenced
this issue
Mar 7, 2022
PR-URL: nodejs#41861 Fixes: nodejs#41774 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
danielleadams
pushed a commit
to danielleadams/node
that referenced
this issue
Apr 21, 2022
PR-URL: nodejs#41861 Fixes: nodejs#41774 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Apr 24, 2022
PR-URL: #41861 Fixes: #41774 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Apr 24, 2022
PR-URL: #41861 Fixes: #41774 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Apr 24, 2022
PR-URL: #41861 Fixes: #41774 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
xtx1130
pushed a commit
to xtx1130/node
that referenced
this issue
Apr 25, 2022
PR-URL: nodejs#41861 Fixes: nodejs#41774 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affected URL(s)
https://nodejs.org/api/process.html#processreport
Description of the problem
yields:
The process module seems not to be fully esm ready?
node --version
v17.4.0
The text was updated successfully, but these errors were encountered: