Closed Trott closed 11 years ago
If you run npm install grunt-inline-angular-templates, you will get a version that still has cheerio in the devDependencies rather than the dependencies.
npm install grunt-inline-angular-templates
You can confirm this also by doing npm info grunt-inline-angular-templates, seeing that the tarball is located at http://registry.npmjs.org/grunt-inline-angular-templates/-/grunt-inline-angular-templates-0.1.2.tgz, downloading that tarball, expanding it, and looking at the package.json.
npm info grunt-inline-angular-templates
package.json
If you run
npm install grunt-inline-angular-templates
, you will get a version that still has cheerio in the devDependencies rather than the dependencies.You can confirm this also by doing
npm info grunt-inline-angular-templates
, seeing that the tarball is located at http://registry.npmjs.org/grunt-inline-angular-templates/-/grunt-inline-angular-templates-0.1.2.tgz, downloading that tarball, expanding it, and looking at thepackage.json
.