Skip to content

Commit

Permalink
fix: nodemon installation for node 10.x and beyond (#1441)
Browse files Browse the repository at this point in the history
* chore: update the package-lock file using pinned version

The commit 97f8d0a introduces versions
prefixed with carets whereas this lockfile needs to pin each
dependencies (same when a user executes `npm i`).

* chore: update chokidar to 2.0.4

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).
  • Loading branch information
eilgin authored and remy committed Oct 26, 2018
1 parent e7d9e87 commit 3afa52c
Show file tree
Hide file tree
Showing 2 changed files with 1,022 additions and 1,048 deletions.

0 comments on commit 3afa52c

Please sign in to comment.