james58899@DESKTOP-BAS4ASC:~/TGBOT$ npm install
npm WARN enoent ENOENT: no such file or directory, open '/home/james58899/TGBOT/package.json'
npm WARN TGBOT No description
npm WARN TGBOT No repository field.
npm WARN TGBOT No README data
npm WARN TGBOT No license field.
james58899@DESKTOP-BAS4ASC:~/TGBOT$ ls
LICENSE node_modules README.md tg.js
james58899@DESKTOP-BAS4ASC:~/TGBOT$ node tg.js
module.js:442
throw err;
^
Error: Cannot find module 'request'
at Function.Module._resolveFilename (module.js:440:15)
at Function.Module._load (module.js:388:25)
at Module.require (module.js:468:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/home/james58899/TGBOT/tg.js:1:77)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)