pi@bastelberry:~/docker-sonos-kids-controller $ ./build.sh Sending build context to Docker daemon 3.299MB Step 1/17 : FROM node:14-alpine as build 14-alpine: Pulling from library/node 5480d2ca1740: Pull complete d4e11e4c4ec3: Pull complete 4a8b4c179b91: Pull complete 829a532f5553: Pull complete Digest: sha256:9a2aa545388a135b496bd55cef2be920b96c4526c99c140170e05a8de3fce653 Status: Downloaded newer image for node:14-alpine ---> 95fef585e484 Step 2/17 : WORKDIR /sonos-kids-controller ---> Running in 58bcc8b536e7 Removing intermediate container 58bcc8b536e7 ---> c96ef05aafdf Step 3/17 : RUN npm install -g @ionic/cli ---> Running in a5170a5ba805 npm WARN deprecated superagent@5.3.1: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at . Thanks to @shadowgate15, @spence-s, and @niftylettuce. Superagent is sponsored by Forward Email at . npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau /usr/local/bin/ionic -> /usr/local/lib/node_modules/@ionic/cli/bin/ionic + @ionic/cli@6.18.1 added 214 packages from 158 contributors in 30.321s Removing intermediate container a5170a5ba805 ---> fac36ed7c680 Step 4/17 : COPY src/package.json /sonos-kids-controller/package.json ---> aafe23a3f4ad Step 5/17 : RUN npm install ---> Running in 8e61c6c05557 npm WARN deprecated superagent@6.1.0: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at . Thanks to @shadowgate15, @spence-s, and @niftylettuce. Superagent is sponsored by Forward Email at . npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated 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. 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 querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated > nice-napi@1.0.2 install /sonos-kids-controller/node_modules/nice-napi > node-gyp-build gyp ERR! find Python gyp ERR! find Python Python is not set from command line or npm configuration gyp ERR! find Python Python is not set from environment variable PYTHON gyp ERR! find Python checking if "python3" can be used gyp ERR! find Python - "python3" is not in PATH or produced an error gyp ERR! find Python checking if "python" can be used gyp ERR! find Python - "python" is not in PATH or produced an error gyp ERR! find Python gyp ERR! find Python ********************************************************** gyp ERR! find Python You need to install the latest version of Python. gyp ERR! find Python Node-gyp should be able to find and use Python. If not, gyp ERR! find Python you can try one of the following options: gyp ERR! find Python - Use the switch --python="/path/to/pythonexecutable" gyp ERR! find Python (accepted by both node-gyp and npm) gyp ERR! find Python - Set the environment variable PYTHON gyp ERR! find Python - Set the npm configuration variable python: gyp ERR! find Python npm config set python "/path/to/pythonexecutable" gyp ERR! find Python For more information consult the documentation at: gyp ERR! find Python https://github.com/nodejs/node-gyp#installation gyp ERR! find Python ********************************************************** gyp ERR! find Python gyp ERR! configure error gyp ERR! stack Error: Could not find any Python installation to use gyp ERR! stack at PythonFinder.fail (/sonos-kids-controller/node_modules/node-gyp/lib/find-python.js:330:47) gyp ERR! stack at PythonFinder.runChecks (/sonos-kids-controller/node_modules/node-gyp/lib/find-python.js:159:21) gyp ERR! stack at PythonFinder. (/sonos-kids-controller/node_modules/node-gyp/lib/find-python.js:202:16) gyp ERR! stack at PythonFinder.execFileCallback (/sonos-kids-controller/node_modules/node-gyp/lib/find-python.js:294:16) gyp ERR! stack at exithandler (child_process.js:390:5) gyp ERR! stack at ChildProcess.errorhandler (child_process.js:402:5) gyp ERR! stack at ChildProcess.emit (events.js:400:28) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:280:12) gyp ERR! stack at onErrorNT (internal/child_process.js:469:16) gyp ERR! stack at processTicksAndRejections (internal/process/task_queues.js:82:21) gyp ERR! System Linux 5.10.92-v7l+ gyp ERR! command "/usr/local/bin/node" "/sonos-kids-controller/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /sonos-kids-controller/node_modules/nice-napi gyp ERR! node -v v14.19.0 gyp ERR! node-gyp -v v8.4.1 gyp ERR! not ok > core-js@3.16.0 postinstall /sonos-kids-controller/node_modules/@ionic/angular-toolkit/node_modules/core-js > node -e "try{require('./postinstall')}catch(e){}" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js: > https://opencollective.com/core-js > https://patreon.com/zloirock > https://paypal.me/zloirock > bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > esbuild@0.13.8 postinstall /sonos-kids-controller/node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/build-angular/node_modules/esbuild > node install.js > core-js@3.20.3 postinstall /sonos-kids-controller/node_modules/core-js > node -e "try{require('./postinstall')}catch(e){}" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js: > https://opencollective.com/core-js > https://patreon.com/zloirock > https://paypal.me/zloirock > bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > core-js-pure@3.21.0 postinstall /sonos-kids-controller/node_modules/core-js-pure > node -e "try{require('./postinstall')}catch(e){}" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js: > https://opencollective.com/core-js > https://patreon.com/zloirock > https://paypal.me/zloirock > bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > esbuild@0.14.14 postinstall /sonos-kids-controller/node_modules/@angular-devkit/build-angular/node_modules/esbuild > node install.js > @angular/cli@13.0.4 postinstall /sonos-kids-controller/node_modules/@angular/cli > node ./bin/postinstall/script.js npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-android-arm64@0.14.14 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-android-arm64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-android-arm64@0.14.14: wanted {"os":"android","arch":"arm64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-darwin-64@0.14.14 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-darwin-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-darwin-64@0.14.14: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-darwin-arm64@0.14.14 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-darwin-arm64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-darwin-arm64@0.14.14: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-freebsd-64@0.14.14 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-freebsd-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-freebsd-64@0.14.14: wanted {"os":"freebsd","arch":"x64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-freebsd-arm64@0.14.14 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-freebsd-arm64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-freebsd-arm64@0.14.14: wanted {"os":"freebsd","arch":"arm64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-32@0.14.14 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-32): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-32@0.14.14: wanted {"os":"linux","arch":"ia32"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-64@0.14.14 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-64@0.14.14: wanted {"os":"linux","arch":"x64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-arm64@0.14.14 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-arm64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-arm64@0.14.14: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-mips64le@0.14.14 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-mips64le): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-mips64le@0.14.14: wanted {"os":"linux","arch":"mips64el"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-ppc64le@0.14.14 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-ppc64le): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-ppc64le@0.14.14: wanted {"os":"linux","arch":"ppc64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-s390x@0.14.14 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-s390x): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-s390x@0.14.14: wanted {"os":"linux","arch":"s390x"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-netbsd-64@0.14.14 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-netbsd-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-netbsd-64@0.14.14: wanted {"os":"netbsd","arch":"x64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-openbsd-64@0.14.14 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-openbsd-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-openbsd-64@0.14.14: wanted {"os":"openbsd","arch":"x64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-sunos-64@0.14.14 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-sunos-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-sunos-64@0.14.14: wanted {"os":"sunos","arch":"x64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-32@0.14.14 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-windows-32): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-32@0.14.14: wanted {"os":"win32","arch":"ia32"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-64@0.14.14 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-windows-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-64@0.14.14: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-arm64@0.14.14 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-windows-arm64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-arm64@0.14.14: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (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":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-android-arm64@0.13.8 (node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-android-arm64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-android-arm64@0.13.8: wanted {"os":"android","arch":"arm64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-darwin-64@0.13.8 (node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-darwin-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-darwin-64@0.13.8: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-darwin-arm64@0.13.8 (node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-darwin-arm64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-darwin-arm64@0.13.8: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-freebsd-64@0.13.8 (node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-freebsd-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-freebsd-64@0.13.8: wanted {"os":"freebsd","arch":"x64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-freebsd-arm64@0.13.8 (node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-freebsd-arm64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-freebsd-arm64@0.13.8: wanted {"os":"freebsd","arch":"arm64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-32@0.13.8 (node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-32): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-32@0.13.8: wanted {"os":"linux","arch":"ia32"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-64@0.13.8 (node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-64@0.13.8: wanted {"os":"linux","arch":"x64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-arm64@0.13.8 (node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-arm64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-arm64@0.13.8: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-mips64le@0.13.8 (node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-mips64le): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-mips64le@0.13.8: wanted {"os":"linux","arch":"mips64el"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-ppc64le@0.13.8 (node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-ppc64le): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-ppc64le@0.13.8: wanted {"os":"linux","arch":"ppc64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-netbsd-64@0.13.8 (node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-netbsd-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-netbsd-64@0.13.8: wanted {"os":"netbsd","arch":"x64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-openbsd-64@0.13.8 (node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-openbsd-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-openbsd-64@0.13.8: wanted {"os":"openbsd","arch":"x64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-sunos-64@0.13.8 (node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-sunos-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-sunos-64@0.13.8: wanted {"os":"sunos","arch":"x64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-32@0.13.8 (node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-windows-32): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-32@0.13.8: wanted {"os":"win32","arch":"ia32"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-64@0.13.8 (node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-windows-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-64@0.13.8: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-arm64@0.13.8 (node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-windows-arm64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-arm64@0.13.8: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/@ionic/angular-toolkit/node_modules/webpack-dev-server/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":"arm"}) npm WARN @ionic-native/splash-screen@5.36.0 requires a peer of @ionic-native/core@^5.1.0 but none is installed. You must install peer dependencies yourself. npm WARN @ionic-native/status-bar@5.36.0 requires a peer of @ionic-native/core@^5.1.0 but none is installed. You must install peer dependencies yourself. npm WARN @angular-devkit/build-angular@12.2.16 requires a peer of @angular/compiler-cli@^12.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @angular-devkit/build-angular@12.2.16 requires a peer of typescript@~4.2.3 || ~4.3.2 but none is installed. You must install peer dependencies yourself. npm WARN @ngtools/webpack@12.2.16 requires a peer of @angular/compiler-cli@^12.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @ngtools/webpack@12.2.16 requires a peer of typescript@~4.2.3 || ~4.3.2 but none is installed. You must install peer dependencies yourself. npm WARN ajv-keywords@3.5.2 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: nice-napi@1.0.2 (node_modules/nice-napi): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: nice-napi@1.0.2 install: `node-gyp-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 added 1790 packages from 1401 contributors and audited 1830 packages in 177.643s 171 packages are looking for funding run `npm fund` for details found 44 vulnerabilities (2 low, 41 moderate, 1 high) run `npm audit fix` to fix them, or `npm audit` for details Removing intermediate container 8e61c6c05557 ---> 05e6813cd9d2 Step 6/17 : COPY src /sonos-kids-controller ---> 351d6259a81b Step 7/17 : RUN ionic build --prod ---> Running in 157f9be309df > ng run app:build:production - Generating browser application bundles (phase: setup)... (node:18) UnhandledPromiseRejectionWarning: Error: The target entry-point "@ionic-native/splash-screen" has missing dependencies: - @ionic-native/core at TargetedEntryPointFinder.findEntryPoints (file:///sonos-kids-controller/node_modules/@angular/compiler-cli/bundles/ngcc/index.js:4616:13) at file:///sonos-kids-controller/node_modules/@angular/compiler-cli/bundles/ngcc/index.js:5008:33 at SingleProcessExecutorSync.doExecute (file:///sonos-kids-controller/node_modules/@angular/compiler-cli/bundles/ngcc/index.js:14633:23) at file:///sonos-kids-controller/node_modules/@angular/compiler-cli/bundles/ngcc/index.js:14654:35 at SyncLocker.lock (file:///sonos-kids-controller/node_modules/@angular/compiler-cli/bundles/ngcc/index.js:14884:14) at SingleProcessExecutorSync.execute (file:///sonos-kids-controller/node_modules/@angular/compiler-cli/bundles/ngcc/index.js:14654:19) at mainNgcc (file:///sonos-kids-controller/node_modules/@angular/compiler-cli/bundles/ngcc/index.js:15985:19) at Module.process2 (file:///sonos-kids-controller/node_modules/@angular/compiler-cli/bundles/ngcc/index.js:16050:10) at NgccProcessor.processModule (/sonos-kids-controller/node_modules/@ngtools/webpack/src/ngcc_processor.js:167:27) at /sonos-kids-controller/node_modules/@ngtools/webpack/src/ivy/host.js:146:18 (Use `node --trace-warnings ...` to show where the warning was created) (node:18) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:18) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.