We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am running a yellow lab test for an application hosted locally and while running it from grunt I am getting the below error: Gruntfile.txt
Loading "Gruntfile.js" tasks...ERROR
Error: Unable to read "./server_config/settings.json" file (Error code: ENOENT). Warning: Task "default" not found. Use --force to continue.
Aborted due to warnings.
Also added the gruntfile here. Any thoughts on this ?
The text was updated successfully, but these errors were encountered:
The error means the settings.json does not exist.
Sorry, something went wrong.
@XhmikosR Thank you so much. Will give it a try
No branches or pull requests
I am running a yellow lab test for an application hosted locally and while running it from grunt I am getting the below error:
Gruntfile.txt
Loading "Gruntfile.js" tasks...ERROR
Aborted due to warnings.
Also added the gruntfile here. Any thoughts on this ?
The text was updated successfully, but these errors were encountered: