I had a problem because of Grunt adding grunt-legacy-utils which in turn add which in a very old version. This conflicted with the system which as it doesn't support the same parameters.
So adding Grunt in devDependencies instead of dependencies will avoid it to be installed in my repository
I had a problem because of Grunt adding
grunt-legacy-utils
which in turn addwhich
in a very old version. This conflicted with the systemwhich
as it doesn't support the same parameters. So adding Grunt indevDependencies
instead ofdependencies
will avoid it to be installed in my repository