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
The text was updated successfully, but these errors were encountered:
Paolo-Oliverio
changed the title
Require scripts in kfile.js fails with missing internal module error.
Require custom scripts in kfile.js fails with missing internal module error.
Aug 20, 2024
Paolo-Oliverio
changed the title
Require custom scripts in kfile.js fails with missing internal module error.
Require custom js scripts in kfile.js fails with missing internal module error.
Aug 20, 2024
what I tried
kfile.js:
./test.js
error : TypeError: Missing internal module './test.js' at nativeModuleRequire (node:internal/bootstrap/loaders:340:19)
also tryed to require with absolute path
same error but with full path.
The text was updated successfully, but these errors were encountered: