-
Notifications
You must be signed in to change notification settings - Fork 22
Description
I have installed the node.js and all the dependencies but when i try to connect the app, i am getting an error
Looking through your instructions, here is the section i am having issues with:
Change directory to <zipDirectory>/customer-chat/.
<zipDirectory> is the directory in which the sample was extracted.
When i try this, i am getting the error below:
C:\inetpub>node app.js --socialminer onl-ccxsminer.twoqlab.com
internal/modules/cjs/loader.js:895
throw err;
^
Error: Cannot find module 'C:\inetpub\app.js'
�[90m at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15)�[39m
�[90m at Function.Module._load (internal/modules/cjs/loader.js:785:27)�[39m
�[90m at Function.Module.runMain (internal/modules/cjs/loader.js:1143:12)�[39m
�[90m at internal/main/run_main_module.js:16:11�[39m {
code: �[32m'MODULE_NOT_FOUND'�[39m,
requireStack: []
}