../util/EvobotUtil Not found #244
Unanswered
TisMeCastle
asked this question in
Q&A
Replies: 1 comment
-
what am i doing wrong here, the file is nowhere to be found |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
internal/modules/cjs/loader.js:968
throw err;
^
Error: Cannot find module '../util/EvobotUtil'
Require stack:
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
at Function.Module._load (internal/modules/cjs/loader.js:841:27)
at Module.require (internal/modules/cjs/loader.js:1025:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object. (C:\Users\14035\Desktop\Zental\commands\pause.js:1:28)
at Module._compile (internal/modules/cjs/loader.js:1137:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
at Module.load (internal/modules/cjs/loader.js:985:32)
at Function.Module._load (internal/modules/cjs/loader.js:878:14)
at Module.require (internal/modules/cjs/loader.js:1025:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'C:\Users\14035\Desktop\Zental\commands\pause.js',
'C:\Users\14035\Desktop\Zental\index.js'
]
}
Beta Was this translation helpful? Give feedback.
All reactions