-
-
Notifications
You must be signed in to change notification settings - Fork 27k
react script deprecated dependencies #8914
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
same issue |
^ 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 Script already uses the latest version of webpack-dev-server. The webpack server's latest version is imports old Chokidar. |
webpack/webpack-dev-server#2621 got back to me.
|
Installed today and seeing several deprecated warnings.
Will the next release address some / all of these? |
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. |
Not stale. #9270 |
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. |
Don't close me! |
I see jest was updated in mid July (759696d). Hopeful it remedies these warnings, waiting on next 3.x release. |
Any updates on this one? |
#9431 - trying to aggregate these issues |
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. |
Happy Christmas everyone and a happy new year :) |
I'm seeing several deprecated dependencies, apparently triggered by
I'm seeing the following similarly trace back to react-scripts:
|
|
Any update on this issue ? any solution ? |
It seems that the latest webpack-dev-server V4 beta has updated its chokidar dependency |
Several months have passed, is there any progress on this? |
I'm having this same issue. |
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 > [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
warning react-scripts > [email protected]: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
+warning react-scripts > jest > @jest/core > jest-haste-map > [email protected]: 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 > [email protected]: this library is no longer supported
-warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > [email protected]: 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 > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
-warning react-scripts > resolve-url-loader > rework > css > source-map-resolve > [email protected]: https://github.com/lydell/resolve-url#deprecated
-warning react-scripts > resolve-url-loader > rework > css > source-map-resolve > [email protected]: Please see https://github.com/lydell/urix#deprecated
warning react-scripts > resolve-url-loader > rework > css > [email protected]: Please see https://github.com/lydell/urix#deprecated
+warning react-scripts > webpack > micromatch > snapdragon > source-map-resolve > [email protected]: https://github.com/lydell/resolve-url#deprecated
+warning react-scripts > webpack > micromatch > snapdragon > source-map-resolve > [email protected]: Please see https://github.com/lydell/urix#deprecated
warning react-scripts > webpack > watchpack > watchpack-chokidar2 > [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning react-scripts > webpack-dev-server > chokidar > [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning react-scripts > webpack-dev-server > [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
+warning react-scripts > webpack-dev-server > sockjs > [email protected]: 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 > [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
+warning react-scripts > webpack-dev-server > webpack-log > [email protected]: 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/[email protected]: Moved to 'npm install @sideway/address'
warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/[email protected]: Switch to 'npm install joi'
warning react-scripts > workbox-webpack-plugin > workbox-build > [email protected]: 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 > [email protected]: 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 > [email protected]: 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. |
same boat here. |
this is killing my pipeline |
Not all of these are necessarily from underlying tools. For example:
appears to be caused by react-scripts itself:
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. |
Latest disappointing
|
I am seeing deprecated and no longer maintained packages as part of this. Especially the Examples of outdate and unmaintained libs in react-scripts.
|
@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. |
@melloware Agreed.
You still have to change the The projects I do still build and start ok. But I am not sure what else breaks. |
@Bilal-S Thank you for posting your workaround! |
Recently started working on an existing project. As a test, I deleted my yarn.lock and ran
|
I'm getting the same messages as @ofer-pd on a brand new installed |
Here is what I get from installing "react-script" version 3.4.1
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: request has been deprecated, see request/request#3142
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: use String.prototype.padStart()
npm WARN deprecated [email protected]: 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: [email protected] (node_modules\react-scripts\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: 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 [email protected]: 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 [email protected]: 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 [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN [email protected] 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 [email protected] 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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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: [email protected] (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'
The text was updated successfully, but these errors were encountered: