Closed Redsandro closed 9 years ago
I noticed this issue: https://github.com/oncletom/grunt-crx/issues/54
Does that mean it is available from npm
, you just need to pin the version?
What's the install command for a recent version that was published?
npm install --save-dev grunt-crx@1.0.3
(guess)
Yes exactly, this is done on purpose.
You can type the following to view the 'dist-tags' field of the package:
$ npm view grunt-crx dist-tags
{ latest: '0.3.4', beta: '1.0.3' }
By default npm gets the default
version and you can install a different branch by npm install grunt-crx@beta
.
Also please note this is due to #44 and as I lack a bit of time, feel free to contribute the missing fix in order to clear this problem :-)
Latest version on
npm install
is0.3.4
. There have been improvements since. :+1: Can we get the current version on the npm repo?