sato0203 / kurento-practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Cannot find module './dist/bundle'

sraza295 opened this issue · comments

shahnawaz@shahnawaz:~/Downloads/kurento-practice-master$ node index.js
internal/modules/cjs/loader.js:983
throw err;
^

Error: Cannot find module './dist/bundle'
Require stack:

  • /home/shahnawaz/Downloads/kurento-practice-master/index.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:980:15)
    at Function.Module._load (internal/modules/cjs/loader.js:862:27)
    at Module.require (internal/modules/cjs/loader.js:1040:19)
    at require (internal/modules/cjs/helpers.js:72:18)
    at Object. (/home/shahnawaz/Downloads/kurento-practice-master/index.js:5:11)
    at Module._compile (internal/modules/cjs/loader.js:1151:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1171:10)
    at Module.load (internal/modules/cjs/loader.js:1000:32)
    at Function.Module._load (internal/modules/cjs/loader.js:899:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [ '/home/shahnawaz/Downloads/kurento-practice-master/index.js' ]
    }

Screenshot from 2020-08-07 12-19-24