facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.54k stars 26.79k forks source link

react script deprecated dependencies #8914

Open vlzuiev opened 4 years ago

vlzuiev commented 4 years ago

Here is what I get from installing "react-script" version 3.4.1

npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated fsevents@1.2.12: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart() npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.


npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules\react-scripts\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\jest-haste-map\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\watchpack\node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\webpack-dev-server\node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN tsutils@3.17.1 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself. npm WARN redux-devtools@3.5.0 requires a peer of react-redux@^4.0.0 || ^5.0.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: abbrev@1.1.1 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\abbrev): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\abbrev' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.abbrev.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ansi-regex@2.1.1 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\ansi-regex): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\ansi-regex' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.ansi-regex.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: aproba@1.2.0 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\aproba): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\aproba' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.aproba.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: balanced-match@1.0.0 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\balanced-match): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\balanced-match' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.balanced-match.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: chownr@1.1.4 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\chownr): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\chownr' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.chownr.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: code-point-at@1.1.0 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\code-point-at): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\code-point-at' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.code-point-at.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: concat-map@0.0.1 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\concat-map): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\concat-map' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.concat-map.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: console-control-strings@1.1.0 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\console-control-strings): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\console-control-strings' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.console-control-strings.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: core-util-is@1.0.2 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\core-util-is): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\core-util-is' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.core-util-is.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: deep-extend@0.6.0 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\deep-extend): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\deep-extend' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.deep-extend.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: delegates@1.0.0 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\delegates): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\delegates' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.delegates.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: detect-libc@1.0.3 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\detect-libc): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\detect-libc' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.detect-libc.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs.realpath@1.0.0 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\fs.realpath): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\fs.realpath' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.fs.realpath.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: has-unicode@2.0.1 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\has-unicode): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\has-unicode' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.has-unicode.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: inherits@2.0.4 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\inherits): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\inherits' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.inherits.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ini@1.3.5 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\ini): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\ini' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.ini.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: isarray@1.0.0 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\isarray): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\isarray' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.isarray.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: minimist@1.2.5 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\minimist): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\minimist' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.minimist.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ms@2.1.2 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\ms): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\ms' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.ms.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: npm-normalize-package-bin@1.0.1 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\npm-normalize-package-bin): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\npm-normalize-package-bin' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.npm-normalize-package-bin.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: number-is-nan@1.0.1 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\number-is-nan): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\number-is-nan' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.number-is-nan.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: object-assign@4.1.1 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\object-assign): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\object-assign' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.object-assign.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: os-homedir@1.0.2 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\os-homedir): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\os-homedir' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.os-homedir.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: os-tmpdir@1.0.2 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\os-tmpdir): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\os-tmpdir' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.os-tmpdir.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: path-is-absolute@1.0.1 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\path-is-absolute):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\path-is-absolute' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.path-is-absolute.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: process-nextick-args@2.0.1 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\process-nextick-args): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\process-nextick-args' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.process-nextick-args.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: safe-buffer@5.1.2 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\safe-buffer): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\safe-buffer' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.safe-buffer.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: safer-buffer@2.1.2 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\safer-buffer): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\safer-buffer' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.safer-buffer.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: sax@1.2.4 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\sax): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\sax' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.sax.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: semver@5.7.1 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\semver): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\semver' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.semver.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: set-blocking@2.0.0 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\set-blocking): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\set-blocking' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.set-blocking.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: signal-exit@3.0.2 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\signal-exit): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\signal-exit' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.signal-exit.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: strip-json-comments@2.0.1 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\strip-json-comments):npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\strip-json-comments' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.strip-json-comments.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: util-deprecate@1.0.2 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\util-deprecate): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\util-deprecate' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.util-deprecate.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: wrappy@1.0.2 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\wrappy): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\wrappy' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.wrappy.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: yallist@3.1.1 (node_modules\jest-haste-map\node_modules\fsevents\node_modules\yallist): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules\yallist' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\jest-haste-map\node_modules\fsevents\node_modules.yallist.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: abbrev@1.1.1 (node_modules\watchpack\node_modules\fsevents\node_modules\abbrev): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\abbrev' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.abbrev.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ansi-regex@2.1.1 (node_modules\watchpack\node_modules\fsevents\node_modules\ansi-regex): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\ansi-regex' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.ansi-regex.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: aproba@1.2.0 (node_modules\watchpack\node_modules\fsevents\node_modules\aproba): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\aproba' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.aproba.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: balanced-match@1.0.0 (node_modules\watchpack\node_modules\fsevents\node_modules\balanced-match): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\balanced-match' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.balanced-match.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: chownr@1.1.4 (node_modules\watchpack\node_modules\fsevents\node_modules\chownr): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\chownr' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.chownr.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: code-point-at@1.1.0 (node_modules\watchpack\node_modules\fsevents\node_modules\code-point-at): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\code-point-at' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.code-point-at.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: concat-map@0.0.1 (node_modules\watchpack\node_modules\fsevents\node_modules\concat-map): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\concat-map' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.concat-map.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: console-control-strings@1.1.0 (node_modules\watchpack\node_modules\fsevents\node_modules\console-control-strings): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\console-control-strings' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.console-control-strings.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: core-util-is@1.0.2 (node_modules\watchpack\node_modules\fsevents\node_modules\core-util-is): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\core-util-is' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.core-util-is.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: deep-extend@0.6.0 (node_modules\watchpack\node_modules\fsevents\node_modules\deep-extend): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\deep-extend' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.deep-extend.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: delegates@1.0.0 (node_modules\watchpack\node_modules\fsevents\node_modules\delegates): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\delegates' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.delegates.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: detect-libc@1.0.3 (node_modules\watchpack\node_modules\fsevents\node_modules\detect-libc): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\detect-libc' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.detect-libc.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs.realpath@1.0.0 (node_modules\watchpack\node_modules\fsevents\node_modules\fs.realpath): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\fs.realpath' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.fs.realpath.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: has-unicode@2.0.1 (node_modules\watchpack\node_modules\fsevents\node_modules\has-unicode): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\has-unicode' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.has-unicode.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: inherits@2.0.4 (node_modules\watchpack\node_modules\fsevents\node_modules\inherits): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\inherits' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.inherits.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ini@1.3.5 (node_modules\watchpack\node_modules\fsevents\node_modules\ini): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\ini' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.ini.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: isarray@1.0.0 (node_modules\watchpack\node_modules\fsevents\node_modules\isarray): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\isarray' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.isarray.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: minimist@1.2.5 (node_modules\watchpack\node_modules\fsevents\node_modules\minimist): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\minimist' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.minimist.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ms@2.1.2 (node_modules\watchpack\node_modules\fsevents\node_modules\ms): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\ms' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.ms.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: npm-normalize-package-bin@1.0.1 (node_modules\watchpack\node_modules\fsevents\node_modules\npm-normalize-package-bin): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\npm-normalize-package-bin' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.npm-normalize-package-bin.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: number-is-nan@1.0.1 (node_modules\watchpack\node_modules\fsevents\node_modules\number-is-nan): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\number-is-nan' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.number-is-nan.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: object-assign@4.1.1 (node_modules\watchpack\node_modules\fsevents\node_modules\object-assign): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\object-assign' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.object-assign.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: os-homedir@1.0.2 (node_modules\watchpack\node_modules\fsevents\node_modules\os-homedir): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\os-homedir' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.os-homedir.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: os-tmpdir@1.0.2 (node_modules\watchpack\node_modules\fsevents\node_modules\os-tmpdir): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\os-tmpdir' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.os-tmpdir.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: path-is-absolute@1.0.1 (node_modules\watchpack\node_modules\fsevents\node_modules\path-is-absolute): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\path-is-absolute' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.path-is-absolute.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: process-nextick-args@2.0.1 (node_modules\watchpack\node_modules\fsevents\node_modules\process-nextick-args):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\process-nextick-args' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.process-nextick-args.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: safe-buffer@5.1.2 (node_modules\watchpack\node_modules\fsevents\node_modules\safe-buffer): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\safe-buffer' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.safe-buffer.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: safer-buffer@2.1.2 (node_modules\watchpack\node_modules\fsevents\node_modules\safer-buffer): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\safer-buffer' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.safer-buffer.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: sax@1.2.4 (node_modules\watchpack\node_modules\fsevents\node_modules\sax): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\sax' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.sax.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: semver@5.7.1 (node_modules\watchpack\node_modules\fsevents\node_modules\semver): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\semver' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.semver.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: set-blocking@2.0.0 (node_modules\watchpack\node_modules\fsevents\node_modules\set-blocking): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\set-blocking' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.set-blocking.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: signal-exit@3.0.2 (node_modules\watchpack\node_modules\fsevents\node_modules\signal-exit): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\signal-exit' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.signal-exit.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: strip-json-comments@2.0.1 (node_modules\watchpack\node_modules\fsevents\node_modules\strip-json-comments):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\strip-json-comments' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.strip-json-comments.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: util-deprecate@1.0.2 (node_modules\watchpack\node_modules\fsevents\node_modules\util-deprecate): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\util-deprecate' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.util-deprecate.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: wrappy@1.0.2 (node_modules\watchpack\node_modules\fsevents\node_modules\wrappy): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\wrappy' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.wrappy.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: yallist@3.1.1 (node_modules\watchpack\node_modules\fsevents\node_modules\yallist): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules\yallist' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\watchpack\node_modules\fsevents\node_modules.yallist.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: abbrev@1.1.1 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\abbrev): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\abbrev' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.abbrev.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ansi-regex@2.1.1 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\ansi-regex): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\ansi-regex' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.ansi-regex.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: aproba@1.2.0 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\aproba): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\aproba' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.aproba.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: balanced-match@1.0.0 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\balanced-match):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\balanced-match' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.balanced-match.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: chownr@1.1.4 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\chownr): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\chownr' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.chownr.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: code-point-at@1.1.0 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\code-point-at): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\code-point-at' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.code-point-at.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: concat-map@0.0.1 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\concat-map): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\concat-map' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.concat-map.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: console-control-strings@1.1.0 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\console-control-strings): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\console-control-strings' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.console-control-strings.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: core-util-is@1.0.2 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\core-util-is): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\core-util-is' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.core-util-is.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: deep-extend@0.6.0 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\deep-extend): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\deep-extend' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.deep-extend.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: delegates@1.0.0 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\delegates): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\delegates' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.delegates.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: detect-libc@1.0.3 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\detect-libc): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\detect-libc' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.detect-libc.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs.realpath@1.0.0 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\fs.realpath): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\fs.realpath' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.fs.realpath.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: has-unicode@2.0.1 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\has-unicode): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\has-unicode' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.has-unicode.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: inherits@2.0.4 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\inherits): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\inherits' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.inherits.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ini@1.3.5 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\ini): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\ini' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.ini.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: isarray@1.0.0 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\isarray): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\isarray' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.isarray.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: minimist@1.2.5 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\minimist): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\minimist' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.minimist.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ms@2.1.2 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\ms): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\ms' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.ms.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: npm-normalize-package-bin@1.0.1 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\npm-normalize-package-bin): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\npm-normalize-package-bin' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.npm-normalize-package-bin.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: number-is-nan@1.0.1 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\number-is-nan):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\number-is-nan' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.number-is-nan.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: object-assign@4.1.1 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\object-assign):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\object-assign' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.object-assign.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: os-homedir@1.0.2 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\os-homedir): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\os-homedir' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.os-homedir.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: os-tmpdir@1.0.2 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\os-tmpdir): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\os-tmpdir' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.os-tmpdir.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: path-is-absolute@1.0.1 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\path-is-absolute):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\path-is-absolute' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.path-is-absolute.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: process-nextick-args@2.0.1 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\process-nextick-args): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\process-nextick-args' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.process-nextick-args.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: safe-buffer@5.1.2 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\safe-buffer): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\safe-buffer' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.safe-buffer.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: safer-buffer@2.1.2 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\safer-buffer): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\safer-buffer' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.safer-buffer.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: sax@1.2.4 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\sax): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\sax' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.sax.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: semver@5.7.1 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\semver): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\semver' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.semver.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: set-blocking@2.0.0 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\set-blocking): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\set-blocking' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.set-blocking.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: signal-exit@3.0.2 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\signal-exit): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\signal-exit' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.signal-exit.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: strip-json-comments@2.0.1 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\strip-json-comments): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\strip-json-comments' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.strip-json-comments.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: util-deprecate@1.0.2 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\util-deprecate):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\util-deprecate' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.util-deprecate.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: wrappy@1.0.2 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\wrappy): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\wrappy' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.wrappy.DELETE' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: yallist@3.1.1 (node_modules\webpack-dev-server\node_modules\fsevents\node_modules\yallist): npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules\yallist' -> 'C:\src\LMS.v4.Core3.0\LMS.V4.React\ClientApp\node_modules\webpack-dev-server\node_modules\fsevents\node_modules.yallist.DELETE'

AliRam81 commented 4 years ago

same issue

vintg commented 4 years ago

^ can we update the jest dependency tree to use the latest jsdom? it's still using left-pad https://www.theregister.co.uk/2016/03/23/npm_left_pad_chaos/

└─┬ react-scripts@3.4.1
  └─┬ jest@24.9.0
    └─┬ jest-cli@24.9.0
      └─┬ jest-config@24.9.0
        └─┬ jest-environment-jsdom@24.9.0
          └─┬ jsdom@11.12.0
            └── left-pad@1.3.0
davidnewcomb commented 4 years ago

React Script already uses the latest version of webpack-dev-server. The webpack server's latest version is imports old Chokidar. I made an enhancement request over there https://github.com/webpack/webpack-dev-server/issues/2621

davidnewcomb commented 4 years ago

https://github.com/webpack/webpack-dev-server/issues/2621 got back to me.

Done for v4

gknapp commented 4 years ago

Installed today and seeing several deprecated warnings.

npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart()
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.

Will the next release address some / all of these?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

gknapp commented 4 years ago

Not stale. #9270

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

davidnewcomb commented 4 years ago

Don't close me!

gknapp commented 4 years ago

I see jest was updated in mid July (759696d). Hopeful it remedies these warnings, waiting on next 3.x release.

royt-via commented 3 years ago

Any updates on this one?

doc-duncan commented 3 years ago

https://github.com/facebook/create-react-app/issues/9431 - trying to aggregate these issues

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

davidnewcomb commented 3 years ago

Happy Christmas everyone and a happy new year :)

gklyne commented 3 years ago

I'm seeing several deprecated dependencies, apparently triggered by request:

spare-94:hello-meld-2 graham$ npm list request
hello-meld-2@0.0.1 /Users/graham/workspace/github/oerc-music/meld-hello-meld/hello-meld-2
├─┬ jsonld@3.2.0
│ └── request@2.88.2
└─┬ react-scripts@4.0.1
  └─┬ jest@26.6.0
    └─┬ @jest/core@26.6.3
      └─┬ jest-config@26.6.3
        └─┬ jest-environment-jsdom@26.6.2
          └─┬ jsdom@16.4.0
            └── request@2.88.2  deduped

I'm seeing the following similarly trace back to react-scripts:

npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
JoaoCapoAlm commented 3 years ago
warning react-scripts > babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
warning react-scripts > webpack-dev-server > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning react-scripts > webpack-dev-server > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning react-scripts > resolve-url-loader > rework > css > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning react-scripts > resolve-url-loader > rework > css > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning react-scripts > resolve-url-loader > rework > css > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
warning react-scripts > webpack > watchpack > watchpack-chokidar2 > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning react-scripts > workbox-webpack-plugin > workbox-build > rollup-plugin-babel@4.4.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.
warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi@15.1.1: Switch to 'npm install joi'
warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
warning react-scripts > workbox-webpack-plugin > workbox-build > strip-comments > babel-plugin-transform-object-rest-spread > babel-runtime > core-js@2.6.12: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/address@2.1.4: Moved to 'npm install @sideway/address'
warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/topo > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request > har-validator@5.1.5: this library is no longer supported
ze-ahmed commented 3 years ago

Any update on this issue ? any solution ?

mcqj commented 3 years ago

It seems that the latest webpack-dev-server V4 beta has updated its chokidar dependency

sm3sher commented 3 years ago

Several months have passed, is there any progress on this?

natcodes commented 3 years ago

I'm having this same issue.

dtinth commented 3 years ago

Comparison of today’s output with this comment from Feb 17: 6 warnings removed and 8 warnings added.

+warning react-scripts > @pmmmwh/react-refresh-webpack-plugin > native-url > querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
 warning react-scripts > babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
+warning react-scripts > jest > @jest/core > jest-haste-map > sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
-warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request > har-validator@5.1.5: this library is no longer supported
-warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
-warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
-warning react-scripts > resolve-url-loader > rework > css > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
-warning react-scripts > resolve-url-loader > rework > css > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
 warning react-scripts > resolve-url-loader > rework > css > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
+warning react-scripts > webpack > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
+warning react-scripts > webpack > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
 warning react-scripts > webpack > watchpack > watchpack-chokidar2 > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
 warning react-scripts > webpack-dev-server > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
 warning react-scripts > webpack-dev-server > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
+warning react-scripts > webpack-dev-server > sockjs > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
+warning react-scripts > webpack-dev-server > url > querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
+warning react-scripts > webpack-dev-server > webpack-log > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
 warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/address@2.1.4: Moved to 'npm install @sideway/address'
 warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
 warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
 warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
 warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi@15.1.1: Switch to 'npm install joi'
 warning react-scripts > workbox-webpack-plugin > workbox-build > rollup-plugin-babel@4.4.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.
-warning react-scripts > workbox-webpack-plugin > workbox-build > strip-comments > babel-plugin-transform-object-rest-spread > babel-runtime > core-js@2.6.12: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
+warning react-scripts > workbox-webpack-plugin > workbox-build > strip-comments > babel-plugin-transform-object-rest-spread > babel-runtime > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
KiLLeRRaT commented 3 years ago

same boat here.

dillonharlessCORE commented 3 years ago

this is killing my pipeline

qidydl commented 3 years ago

Not all of these are necessarily from underlying tools. For example:

npm WARN deprecated babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.

appears to be caused by react-scripts itself:

`-- react-scripts@4.0.3
  `-- babel-eslint@10.1.0

It's a little scary to see seventeen packages in my brand-new and up-to-date project are already deprecated and no longer supported or maintained; it doesn't inspire confidence in React as a framework.

melloware commented 3 years ago

Latest disappointing npm audit report....

┌──────────────────────────────────────────────────────────────────────────────┐
│                                Manual Review                                 │
│            Some vulnerabilities require your attention to resolve            │
│                                                                              │
│         Visit https://go.npm.me/audit-guide for additional guidance          │
└──────────────────────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate      │ Regular Expression Denial of Service                         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ browserslist                                                 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=4.16.5                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ react-scripts                                                │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ react-scripts > react-dev-utils > browserslist               │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/1747                            │
└───────────────┴──────────────────────────────────────────────────────────────┘
│ Package       │ glob-parent                                                  │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=5.1.2                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ react-scripts                                                │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ react-scripts > webpack > watchpack > watchpack-chokidar2 >  │
│               │ chokidar > glob-parent                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/1751                            │
└───────────────┴──────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate      │ Regular expression denial of service                         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ glob-parent                                                  │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=5.1.2                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ react-scripts                                                │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ react-scripts > webpack-dev-server > chokidar > glob-parent  │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/1751                            │
└───────────────┴──────────────────────────────────────────────────────────────┘
Bilal-S commented 2 years ago

I am seeing deprecated and no longer maintained packages as part of this. Especially the @hapi elements have moved under joi and could be migrated. Most of this is based on workbox-webpack-plugin being very old. If it the workbox-webpack-plugin could be moved to version 6.x many of these warnings would go away.

Examples of outdate and unmaintained libs in react-scripts.

`-- react-scripts@4.0.3
  `-- workbox-webpack-plugin@5.1.4
    `-- workbox-build@5.1.4
      `-- @hapi/joi@15.1.1
        `-- @hapi/bourne@1.3.2

`-- react-scripts@4.0.3
  `-- workbox-webpack-plugin@5.1.4
    `-- workbox-build@5.1.4
      `-- @hapi/joi@15.1.1
        `-- @hapi/address@2.1.4
melloware commented 2 years ago

@Bilal-S I would say submit a PR but it looks like there are hundreds of open PR's here so who knows what gets accepted or not. Very frustrating from a project created and supported by a company as large as Facebook.

Bilal-S commented 2 years ago

@melloware Agreed. My experimental work-around is to add this to "resolutions" node in package.json of my project

"resolutions": {
    "workbox-webpack-plugin": "6.3.0"
} 

You still have to change the package.json of react-scripts in your _nodemodules as it is set to fixed version 5.1.4 to avoid "invalid" messages from npm.

The projects I do still build and start ok. But I am not sure what else breaks.

melloware commented 2 years ago

@Bilal-S Thank you for posting your workaround!

ofer-pd commented 4 months ago

Recently started working on an existing project. As a test, I deleted my yarn.lock and ran yarn from scratch. Here are all the warnings generated by installing the latest version of react-scripts (5.0.1):

warning react-scripts > workbox-webpack-plugin@6.6.1: this package has been deprecated
warning react-scripts > babel-preset-react-app > @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
warning react-scripts > babel-preset-react-app > @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
warning react-scripts > babel-preset-react-app > @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
warning react-scripts > babel-preset-react-app > @babel/plugin-proposal-numeric-separator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.
warning react-scripts > babel-preset-react-app > @babel/plugin-proposal-private-methods@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.
warning react-scripts > source-map-loader > abab@2.0.6: Use your platform's native atob() and btoa() methods instead
warning react-scripts > workbox-webpack-plugin > workbox-build@6.6.1: this package has been deprecated
warning react-scripts > @svgr/webpack > @svgr/plugin-svgo > svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
warning react-scripts > react-dev-utils > fork-ts-checker-webpack-plugin > memfs@3.6.0: this will be v4
warning react-scripts > webpack-dev-server > webpack-dev-middleware > memfs@3.6.0: this will be v4
warning react-scripts > workbox-webpack-plugin > workbox-build > rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-broadcast-update@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-core@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-broadcast-update > workbox-core@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-background-sync@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-background-sync > workbox-core@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-cacheable-response@6.6.1: workbox-background-sync@6.6.1
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-cacheable-response > workbox-core@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-expiration@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-expiration > workbox-core@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-navigation-preload@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-navigation-preload > workbox-core@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-precaching@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-precaching > workbox-core@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-google-analytics@6.6.1: It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-google-analytics > workbox-background-sync@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-google-analytics > workbox-core@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-recipes@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-recipes > workbox-cacheable-response@6.6.1: workbox-background-sync@6.6.1
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-recipes > workbox-core@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-recipes > workbox-expiration@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-recipes > workbox-precaching@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-routing@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-precaching > workbox-routing@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-google-analytics > workbox-routing@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-recipes > workbox-routing@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-routing > workbox-core@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-range-requests@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-range-requests > workbox-core@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-strategies@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-precaching > workbox-strategies@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-google-analytics > workbox-strategies@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-recipes > workbox-strategies@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-strategies > workbox-core@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-streams@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-streams > workbox-core@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-streams > workbox-routing@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-sw@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-window@6.6.1: this package has been deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > workbox-window > workbox-core@6.6.1: this package has been deprecated
warning react-scripts > @svgr/webpack > @svgr/plugin-svgo > svgo > stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
warning react-scripts > css-minimizer-webpack-plugin > cssnano > cssnano-preset-default > postcss-svgo > svgo > stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > abab@2.0.6: Use your platform's native atob() and btoa() methods instead
warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > data-urls > abab@2.0.6: Use your platform's native atob() and btoa() methods instead
warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > domexception@2.0.1: Use your platform's native DOMException instead
warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
paulafleck commented 3 months ago

I'm getting the same messages as @ofer-pd on a brand new installed react-scripts