-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: Missing the environment variable 'TWITTER_CONSUMER_KEY' #1
Comments
can you help me Step by step Im just new here |
You need to load the .env file, so add this to the app.js file: require('dotenv').config({ path: './.env' }); And of course, install dotenv -> npm i dotenv |
'gm' is not available on the command line |
CardWasDeclined: Run Ryan-dp: Please open your own bug report. ShaneAbara: Did you rename iamKTD: It should already be coded into the bot that way. As long as you rename the |
Same problem above. All fix has been applied but error still exist |
Already figured it out. Just put this in the start of app.js
|
error: Missing the environment variable 'TWITTER_CONSUMER_KEY'
I already filled up the .env file
The text was updated successfully, but these errors were encountered: