mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
fix: nodemon installation for node 10.x and beyond (#1441)
* chore: update the package-lock file using pinned version The commit97f8d0a175introduces 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 (11aea72ad7) 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).
This commit is contained in:
2064
package-lock.json
generated
2064
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -55,7 +55,7 @@
|
||||
"should": "~4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"chokidar": "^2.0.2",
|
||||
"chokidar": "^2.0.4",
|
||||
"debug": "^3.1.0",
|
||||
"ignore-by-default": "^1.0.1",
|
||||
"minimatch": "^3.0.4",
|
||||
|
||||
Reference in New Issue
Block a user