Closed arty-name closed 9 years ago
Looks like something is wrong with the testing environment itself, even npm install
has failed there
I did npm info nodemon
, unfortunately they only have 1.2.1 as the latest, not yet 1.3.0.
The 1.3.0-x is only available for debug or dev version, which you can install by using nodemon@dev or nodemon@debug
that's weird: exactly same version bump on my local computer didn't cause any errors, and I don't use dev or debug
I did npm install
using package.json defined on your fix but I always got nodemon@1.2.1 installed. I tried to npm cache clean and npm install but still got v1.2.1 instead of 1.3.0.
I see, maybe I didn't pay enough attention. Well, this upgrade will happen anyway, when non-dev version of nodemon is released, so I'll just keep this PR around :)
Yup, we just have to wait until nodemon release their v1.3.0 to npm registry :-)
I am new to this, but on the nodemon github site it states that 1.3.0-1 was released (https://github.com/remy/nodemon/releases). Maybe it is just the format in the package.json in grunt-nodemon that is wrong? it works if I change it to "nodemon": "~1.3.0-0"
Or is it a convention that 1.3.0-x releases are not stable/official ones?
@jdoose According to semver (http://semver.org), the dash means pre-releases. This means 1.3.0-1 < 1.3.0
@abiyasa ok, thanks for clarification! Too bad. :/
nodemon v1.3.0 has been released 2 days ago. The latest release version is v1.3.2. I guess it's time to merge this?
pls merge..
Sorry for the delay.
Thanks for the update :thumbsup:
Thanks for the update!
Fixes #46