grunt-cli
grunt-cli copied to clipboard
Grunt's command line interface.
GitHub reports that the version of lodash found in the dependency tree of grunt-cli is vulnerable. Please update, or even remove, the affected dependencies in order to resolve the alerts.
Hi, I had added ppc64le(Linux on Power) support on travis-ci in the branch and looks like its been successfully added. I believe it is ready for the final review and...
Hi. I am having trouble using grunt in my projects. I am setting up an Mac osx computer with version 11.0.1. The project files (local) are in principle correct, since...
At https://gruntjs.com/blog/2018-08-15-grunt-cli-1.3.0-released I found this. > With >= 1.3.0, if you would like to write your Gruntfile in TypeScript, rename your Gruntfile to end with the appropriate extension: Gruntfile.ts and...
```console $ npm audit ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ set-value │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ grunt-cli [dev] │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ grunt-cli...
Hi, By installing grunt-cli on a brand new Linux npm install -g grunt-cli I get the following warnings on npm error console: ``` + [email protected] added 150 packages from 121...
Some of my Grunt tasks take a "--module=..." argument. Under Node 8.15.0, things work fine: ``` $ grunt --hello=asdf Warning: Task "default" not found. Use --force to continue. Aborted due...
I am trying to install grunt-cli locally but it is not working. I am running the below commands as admin. ``` C:\_Webs\adapt_authoring>npm install grunt-cli --save-dev + [email protected] updated 1 package...
I want to disable it because when i type script on terminal and tab to completion, it auto run grunt-cli, extremely uncomfortable. I find in `~/.bash_profile` and `~/.zshrc` dont have...
Since release 1.3.x the `--gruntfile` option is part of `grunt.option.flags()`. This is causing issues while running `grunt shell` or similar tasks as an unknown option is being passed to an...