You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the Chess Game application, it was working couple months ago and now, no changes but i cannot compile.
Do you know what is changed and how to solve it?
**
Failed to compile.
Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
configuration.cache.cacheDirectory: The provided value "G:\PROGRAMMING\COOL PROJECTS\React Chess Game\!!! FRESH\react-chess\node_modules\.cache" contains exclamation mark (!) which is not allowed because it's reserved for loader syntax.
-> Base directory for the cache (defaults to node_modules/.cache/webpack).
configuration.module.rules[1].oneOf[3].include: The provided value "G:\PROGRAMMING\COOL PROJECTS\React Chess Game\!!! FRESH\react-chess\src" contains exclamation mark (!) which is not allowed because it's reserved for loader syntax.
configuration.output.path: The provided value "G:\PROGRAMMING\COOL PROJECTS\React Chess Game\!!! FRESH\react-chess\build" contains exclamation mark (!) which is not allowed because it's reserved for loader syntax.
-> The output directory as absolute path (required).
**
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to run the Chess Game application, it was working couple months ago and now, no changes but i cannot compile.
Do you know what is changed and how to solve it?
**
Failed to compile.
Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
-> Base directory for the cache (defaults to node_modules/.cache/webpack).
-> The output directory as absolute path (required).
**
The text was updated successfully, but these errors were encountered: