You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issue C:\Users\31638\Downloads\Discord-Mass-DM-Tool-3revamp\script.js:11 const { red, yellow, greenBright } = require("chalk"); ^ Error [ERR_REQUIRE_ESM]: require() of ES Module C:\Users\31638\Downloads\Discord-Mass-DM-Tool-3revamp\node_modules\chalk\source\index.js from C:\Users\31638\Downloads\Discord-Mass-DM-Tool-3revamp\script.js not supported. Instead change the require of index.js in C:\Users\31638\Downloads\Discord-Mass-DM-Tool-3revamp\script.js to a dynamic import() which is available in all CommonJS modules. at Object.<anonymous> (C:\Users\31638\Downloads\Discord-Mass-DM-Tool-3revamp\script.js:11:38) { code: 'ERR_REQUIRE_ESM' } Press any key to continue . . .
#30
Open
amraantje15 opened this issue
Jul 30, 2022
· 0 comments
Error [ERR_REQUIRE_ESM]: require() of ES Module C:\Users\31638\Downloads\Discord-Mass-DM-Tool-3revamp\node_modules\chalk\source\index.js from C:\Users\31638\Downloads\Discord-Mass-DM-Tool-3revamp\script.js not supported.
Instead change the require of index.js in C:\Users\31638\Downloads\Discord-Mass-DM-Tool-3revamp\script.js to a dynamic import() which is available in all CommonJS modules.
at Object. (C:\Users\31638\Downloads\Discord-Mass-DM-Tool-3revamp\script.js:11:38) {
code: 'ERR_REQUIRE_ESM'
}
Press any key to continue . . .
The text was updated successfully, but these errors were encountered:
C:\Users\31638\Downloads\Discord-Mass-DM-Tool-3revamp\script.js:11
const { red, yellow, greenBright } = require("chalk");
^
Error [ERR_REQUIRE_ESM]: require() of ES Module C:\Users\31638\Downloads\Discord-Mass-DM-Tool-3revamp\node_modules\chalk\source\index.js from C:\Users\31638\Downloads\Discord-Mass-DM-Tool-3revamp\script.js not supported.
Instead change the require of index.js in C:\Users\31638\Downloads\Discord-Mass-DM-Tool-3revamp\script.js to a dynamic import() which is available in all CommonJS modules.
at Object. (C:\Users\31638\Downloads\Discord-Mass-DM-Tool-3revamp\script.js:11:38) {
code: 'ERR_REQUIRE_ESM'
}
Press any key to continue . . .
The text was updated successfully, but these errors were encountered: