You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the above screen shot config = require('./config.json') but, it is not included in the root folder. config.json should be something like the following.
{
"S3Bucket": "",
"S3Region" : ""
}
However, there is a config.json in config folder also
Have to figure out whether require statement should be changed to config = require('./config/config.json')
The text was updated successfully, but these errors were encountered:
In the above screen shot
config = require('./config.json')
but, it is not included in the root folder. config.json should be something like the following.However, there is a config.json in config folder also
Have to figure out whether
require
statement should be changed toconfig = require('./config/config.json')
The text was updated successfully, but these errors were encountered: