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
internal/preload
at Module._resolveFilename (node:internal/modules/cjs/loader:1075:15)
at Module._load (node:internal/modules/cjs/loader:920:27)
at internalRequire (node:internal/modules/cjs/loader:174:19)
at Module._preloadModules (node:internal/modules/cjs/loader:1431:5)
at loadPreloadModules (node:internal/process/pre_execution:606:5)
at setupUserModules (node:internal/process/pre_execution:118:3)
at prepareExecution (node:internal/process/pre_execution:109:5)
at prepareMainThreadExecution (node:internal/process/pre_execution:37:3)
at node:internal/main/run_main_module:10:1 {
code: 'MODULE_NOT_FOUND',
requireStack: [ 'internal/preload' ]
}
Node.js v18.15.0
Any luck with this issue?
The text was updated successfully, but these errors were encountered:
I found this package and attempted to install it. I immediately was hit by an error as below:
C:\Users\nfc-pcsc-master\nfc-pcsc-master>npm run example
node:internal/modules/cjs/loader:1078
throw err;
^
Error: Cannot find module '@babel/register'
Require stack:
at Module._resolveFilename (node:internal/modules/cjs/loader:1075:15)
at Module._load (node:internal/modules/cjs/loader:920:27)
at internalRequire (node:internal/modules/cjs/loader:174:19)
at Module._preloadModules (node:internal/modules/cjs/loader:1431:5)
at loadPreloadModules (node:internal/process/pre_execution:606:5)
at setupUserModules (node:internal/process/pre_execution:118:3)
at prepareExecution (node:internal/process/pre_execution:109:5)
at prepareMainThreadExecution (node:internal/process/pre_execution:37:3)
at node:internal/main/run_main_module:10:1 {
code: 'MODULE_NOT_FOUND',
requireStack: [ 'internal/preload' ]
}
Node.js v18.15.0
Any luck with this issue?
The text was updated successfully, but these errors were encountered: