TypeScript-AMD-Boilerplate
TypeScript-AMD-Boilerplate copied to clipboard
version not found: 0.2.10 : grunt-typescript
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
+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]