npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
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 deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN notsup Unsupported engine for postcss@8.3.0: wanted: {"node":"^10 || ^12 || >=14"} (current: {"node":"13.7.0","npm":"6.13.6"})
npm WARN notsup Not compatible with your version of node/npm: postcss@8.3.0
npm WARN notsup Unsupported engine for autoprefixer@10.2.5: wanted: {"node":"^10 || ^12 || >=14"} (current: {"node":"13.7.0","npm":"6.13.6"})
npm WARN notsup Not compatible with your version of node/npm: autoprefixer@10.2.5
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/@types/browser-sync/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":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN notsup Unsupported engine for icss-utils@5.1.0: wanted: {"node":"^10 || ^12 || >= 14"} (current: {"node":"13.7.0","npm":"6.13.6"})
npm WARN notsup Not compatible with your version of node/npm: icss-utils@5.1.0
npm WARN notsup Unsupported engine for postcss-modules-extract-imports@3.0.0: wanted: {"node":"^10 || ^12 || >= 14"} (current: {"node":"13.7.0","npm":"6.13.6"})
npm WARN notsup Not compatible with your version of node/npm: postcss-modules-extract-imports@3.0.0
npm WARN notsup Unsupported engine for postcss-modules-local-by-default@4.0.0: wanted: {"node":"^10 || ^12 || >= 14"} (current: {"node":"13.7.0","npm":"6.13.6"})
npm WARN notsup Not compatible with your version of node/npm: postcss-modules-local-by-default@4.0.0
npm WARN notsup Unsupported engine for postcss-modules-scope@3.0.0: wanted: {"node":"^10 || ^12 || >= 14"} (current: {"node":"13.7.0","npm":"6.13.6"})
npm WARN notsup Not compatible with your version of node/npm: postcss-modules-scope@3.0.0
npm WARN notsup Unsupported engine for postcss-modules-values@4.0.0: wanted: {"node":"^10 || ^12 || >= 14"} (current: {"node":"13.7.0","npm":"6.13.6"})
npm WARN notsup Not compatible with your version of node/npm: postcss-modules-values@4.0.0
added 1235 packages from 526 contributors and audited 1239 packages in 131.453s
89 packages are looking for funding
run `npm fund` for details
found 41 vulnerabilities (39 moderate, 2 high)
run `npm audit fix` to fix them, or `npm audit` for details
[root@docker-dev beton]# docker-compose run --rm npm run dev
> @ dev /var/www/html
> npm run development
> @ development /var/www/html
> mix
✖ Mix
Compiled with some errors in 20.56s
(node:38) ExperimentalWarning: Conditional exports is an experimental feature. This feature could change at any time
(node:38) ExperimentalWarning: Package name self resolution is an experimental feature. This feature could change at any time
● Mix █████████████████████████ cache (99%)
begin idle
ERROR in ./resources/js/app.js 4:26-71
Module not found: Error: Can't resolve './components/UI/BaseNav' in '/var/www/html/resources/js'
ERROR in ./resources/js/app.js 5:29-77
Module not found: Error: Can't resolve './components/UI/BaseHeader' in '/var/www/html/resources/js'
ERROR in ./resources/js/app.js 6:28-75
Module not found: Error: Can't resolve './components/UI/BasePanel' in '/var/www/html/resources/js'
ERROR in ./resources/js/app.js 7:28-75
Module not found: Error: Can't resolve './components/UI/BaseInput' in '/var/www/html/resources/js'
ERROR in ./resources/js/app.js 8:30-79
Module not found: Error: Can't resolve './components/UI/BaseSidebar' in '/var/www/html/resources/js'
webpack compiled with 5 errors
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ development: `mix`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ development 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! /root/.npm/_logs/2021-05-25T15_08_10_745Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ dev: `npm run development`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ dev 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! /root/.npm/_logs/2021-05-25T15_08_10_825Z-debug.log