Open leesei opened 6 years ago
Now that npx is part of npm, we can add grunt to devDependencies and use npx grunt to build with local grunt.
npx
npm
grunt
devDependencies
npx grunt
Npm globals as local dependencies – Hacker Noon
Now that
npx
is part ofnpm
, we can addgrunt
todevDependencies
and usenpx grunt
to build with localgrunt
.Npm globals as local dependencies – Hacker Noon