TypeScript-AMD-Boilerplate icon indicating copy to clipboard operation
TypeScript-AMD-Boilerplate copied to clipboard

version not found: 0.2.10 : grunt-typescript

Open SeanShubin opened this issue 10 years ago • 1 comments

This did not work for me on the first try, when I did:

npm install

I got:

npm ERR! Error: version not found: 0.2.10 : grunt-typescript/0.2.10

It worked when I used this process instead:

npm install grunt-typescript --save-dev
grunt

SeanShubin avatar Jun 11 '15 17:06 SeanShubin

+1

npm WARN package.json [email protected] No license field.
npm ERR! Darwin 16.1.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v0.12.7
npm ERR! npm  v2.11.3

npm ERR! version not found: [email protected]

softvar avatar Jan 04 '17 10:01 softvar