TwitterJSClient icon indicating copy to clipboard operation
TwitterJSClient copied to clipboard

node_modules/twitter-node-client/twitter_config does not seem to exist

Open elgs opened this issue 8 years ago • 3 comments

node_modules/twitter-node-client/twitter_config does not seem to exist.

elgs avatar Mar 01 '17 22:03 elgs

For now download it from this github repository

MiguelDebruyne avatar Mar 09 '17 12:03 MiguelDebruyne

using this npm install https://github.com/BoyCook/TwitterJSClient.git or yarn add https://github.com/BoyCook/TwitterJSClient.git

mrhandoko avatar Jul 19 '17 08:07 mrhandoko

I just tried npm install https://github.com/BoyCook/TwitterJSClient.gitand received the message below. It did install twitter_config in the twitter-node-client directory, so I presume it worked, but not clear if the npm WARN messages below need action.

/home/d
└─┬ [email protected]  (git+https://github.com/BoyCook/TwitterJSClient.git#26f7352e9019cbae6c32dc220203ba42
ebcd38cc)
  └── [email protected] 
npm WARN enoent ENOENT: no such file or directory, open '/home/d/package.json'
npm WARN d No description
npm WARN d No repository field.
npm WARN d No README data
npm WARN d No license field.

MemeRunner avatar Oct 18 '18 23:10 MemeRunner