Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nodemon installation for node 10.x and beyond #1441

Merged
merged 2 commits into from Oct 26, 2018
Merged

Conversation

eilgin
Copy link
Contributor

@eilgin eilgin commented Oct 26, 2018

Today i was preparing our projects for the LTS release of Node.js 10 but was stopped as your package is using a version of chokidar that was using a dependency (upath) which prevents any version beyond 9 (https://github.com/anodynos/upath/blob/v1.0.2/package.json#L43) so i've just bumped chokidar to the first version that has fixed this (paulmillr/chokidar@11aea72).

This issue will happen to anybody that is using a lockfile (specifically yarn.lock) that references any version of nodemon up to the current release and switch to node 10 (which could happen more and more often after the LTS release 馃槈).

thomas jouannic added 2 commits October 26, 2018 11:39
The commit 97f8d0a introduces versions
prefixed with carets whereas this lockfile needs to pin each
dependencies (same when a user executes `npm i`).
this version (paulmillr/chokidar@11aea72)
fixes the issue related to "upath" that was limiting the node runtime to
9.x (https://github.com/anodynos/upath/blob/v1.0.2/package.json#L43).
@eilgin
Copy link
Contributor Author

eilgin commented Oct 26, 2018

it's weird that travis tests has failed as i launch mine locally using TRAVIS=1 npm test and echo $? returns 0 馃槙 (used v4.9.1).

@eilgin eilgin closed this Oct 26, 2018
@eilgin eilgin reopened this Oct 26, 2018
@remy remy merged commit 3afa52c into remy:master Oct 26, 2018
@eilgin
Copy link
Contributor Author

eilgin commented Oct 26, 2018

Wow, that was quick!

馃憤

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants