Grunt release : Warning: Task "release" not found and shows aborted due to warnings.
But it shows hint like "Use --force to continue". If i use "--force" to the command it is working fine. What's happening when i use --force before and after.
Grunt release : Warning: Task "release" not found and shows aborted due to warnings.
But it shows hint like "Use --force to continue". If i use "--force" to the command it is working fine. What's happening when i use --force before and after.
Copyright © 2021 Jogjafile Inc.
Double check that all the dependencies for your project are properly installed by running
npm install. If there's errors, update your question with that information.If that does not resolve the problem, check
package.jsonfor thegrunt-releaseplugin. It will be found underdependenciesordevDependencies. If it's missing from package.json, runnpm install grunt-release --save-devto install the plugin and save it to your project dependencies.If any errors occur while attempting to resolve your problem this way, update your question and include that information.