Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
-> The base directory (absolute path!) for resolving the entry option. If output.pathinfo is set, the included pathinfo is shortened to this directory.
configuration.output.path: The provided value "C:\! folder\! - Overwolf app\Sample\ts/dist" contains exclamation mark (!) which is not allowed because it's reserved for loader syntax.
-> The output directory as absolute path (required).
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! example-ts@1.0.0 build: webpack --mode=development
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the example-ts@1.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
-> The base directory (absolute path!) for resolving the entry option. If output.pathinfo is set, the included pathinfo is shortened to this directory.
configuration.output.path: The provided value "C:\! folder\! - Overwolf app\Sample\ts/dist" contains exclamation mark (!) which is not allowed because it's reserved for loader syntax.
-> The output directory as absolute path (required).
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! example-ts@1.0.0 build: webpack --mode=development
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the example-ts@1.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\name\AppData\Roaming\npm-cache_logs\2020-07-14T13_59_45_838Z-debug.log
PS C:! folder! - Overwolf app\Sample\ts> npm install
npm WARN example-ts@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\watchpack-chokidar2\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
audited 463 packages in 1.824s
15 packages are looking for funding
run npm fund for details
PS C:! folder! - Overwolf app\Sample\ts> npm install npm WARN example-ts@1.0.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) added 450 packages from 243 contributors and audited 521 packages in 35.206s
15 packages are looking for funding run
npm fund
for detailsfound 5 low severity vulnerabilities run
npm audit fix
to fix them, ornpm audit
for details PS C:! folder! - Overwolf app\Sample\ts> npm run buildInvalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema. -> The base directory (absolute path!) for resolving the
entry
option. Ifoutput.pathinfo
is set, the included pathinfo is shortened to this directory.webpack --mode=development
npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the example-ts@1.0.0 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! C:\Users\name\AppData\Roaming\npm-cache_logs\2020-07-14T13_58_18_257Z-debug.log PS C:! folder! - Overwolf app\Sample\ts> npm fund example-ts@1.0.0 +-- https://opencollective.com/webpack |
-- webpack@4.41.5 +-- https://github.com/sponsors/ljharb |
-- object.getownpropertydescriptors@2.1.0, es-abstract@1.17.4, es-to-primitive@1.2.1, has-symbols@1.0.1, is-callable@1.1.5, is-regex@1.0.5, object-inspect@1.7.0, string.prototype.trimleft@2.1.1, string.prototype.trimright@2.1.1, is-date-object@1.0.2, is-symbol@1.0.3 +-- https://github.com/sponsors/jonschlinkert |-- picomatch@2.2.1 +-- https://github.com/sponsors/isaacs |
-- glob@7.1.6-- https://github.com/sponsors/sindresorhus
-- p-limit@2.2.2PS C:! folder! - Overwolf app\Sample\ts> npm install npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
audited 521 packages in 5.52s
15 packages are looking for funding run
npm fund
for detailsfound 5 low severity vulnerabilities run
npm audit fix
to fix them, ornpm audit
for details PS C:! folder! - Overwolf app\Sample\ts> npm audit fix 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. npm WARN notsup Not compatible with your version of node/npm: watchpack-chokidar2@2.0.0 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\watchpack-chokidar2\node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN example-ts@1.0.0 No repository field.added 11 packages from 13 contributors, updated 9 packages and moved 2 packages in 3.827s
15 packages are looking for funding run
npm fund
for detailsfixed 5 of 5 vulnerabilities in 521 scanned packages PS C:! folder! - Overwolf app\Sample\ts> npm fund example-ts@1.0.0 +-- https://opencollective.com/webpack |
-- webpack@4.41.5 +-- https://github.com/sponsors/ljharb |
-- object.getownpropertydescriptors@2.1.0, es-abstract@1.17.4, es-to-primitive@1.2.1, has-symbols@1.0.1, is-callable@1.1.5, is-regex@1.0.5, object-inspect@1.7.0, string.prototype.trimleft@2.1.1, string.prototype.trimright@2.1.1, is-d+-- https://github.com/sponsors/jonschlinkert |-- picomatch@2.2.1 +-- https://github.com/sponsors/isaacs |
-- glob@7.1.6-- https://github.com/sponsors/sindresorhus
-- p-limit@2.2.2PS C:! folder! - Overwolf app\Sample\ts> npm run build
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema. -> The base directory (absolute path!) for resolving the
entry
option. Ifoutput.pathinfo
is set, the included pathinfo is shortened to this directory.webpack --mode=development
npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the example-ts@1.0.0 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\name\AppData\Roaming\npm-cache_logs\2020-07-14T13_59_45_838Z-debug.log PS C:! folder! - Overwolf app\Sample\ts> npm install npm WARN example-ts@1.0.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\watchpack-chokidar2\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
audited 463 packages in 1.824s
15 packages are looking for funding run
npm fund
for detailsfound 0 vulnerabilities
PS C:! folder! - Overwolf app\Sample\ts> npm audit fix npm WARN example-ts@1.0.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\watchpack-chokidar2\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
up to date in 1.582s
15 packages are looking for funding run
npm fund
for detailsfixed 0 of 0 vulnerabilities in 463 scanned packages PS C:! folder! - Overwolf app\Sample\ts>