-
Notifications
You must be signed in to change notification settings - Fork 688
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 loading config file #498
Comments
It seems that it requires an absolute path to the config file, probably depends on system and setup and providing an absolute path to the config.js works 100% of times |
I have set absolute path running Node on Windows and it will not load the config file. Not sure what the issue is there... |
i'm getting the same error as well |
// CloudSploit config file module.exports = { |
Getting the same error, on arch linux. Result? I can't use the tool |
Same |
This works for me, thanks. from |
Can You Elaborate Why We have to Specify The Absolute Path ?? |
i have specified a hardcoded alibaba AK and ASK but got this error: Also, i tried to point where config.json of alibaba cloud account stored also got this error: Error: require accessKeyId, accessKeySecret Node.js v20.17.0 |
INFO: Using CloudSploit config file: config.js
ERROR: Config file could not be loaded. Please ensure you have copied the config_example.js file to config.js
Does someone knows why I am unable to load the config.js file? I did all the steps listed in the instructions.
The text was updated successfully, but these errors were encountered: