+ echo '*******************Begin of package installation******************' *******************Begin of package installation****************** + touch /tmp/jeedom_install_in_progress_zwavejs + echo 1 + echo 2 + sudo chmod +x /var/www/html/core/class/../../plugins/zwavejs/resources/pre_install.sh + sudo /var/www/html/core/class/../../plugins/zwavejs/resources/pre_install.sh + echo 'Pre installation de l'\''installation/mise à jour des dépendances zwavejs' Pre installation de l'installation/mise à jour des dépendances zwavejs +++ dirname /var/www/html/core/class/../../plugins/zwavejs/resources/pre_install.sh ++ cd /var/www/html/core/class/../../plugins/zwavejs/resources ++ pwd + BASEDIR=/var/www/html/plugins/zwavejs/resources + cd /var/www/html/plugins/zwavejs/resources + source ../core/config/zwavejs.config.ini + echo 'Wanted Version: 9.12.0' Wanted Version: 9.12.0 + rm -R zwave-js-ui + git clone --branch v9.12.0 --depth 1 https://github.com/zwave-js/zwave-js-ui Cloning into 'zwave-js-ui'... Note: switching to '96eeb76b110f27d3ce16cfb4b3992cb8f8dc34d8'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false + echo 'Pre install finished' Pre install finished + echo 3 + sudo chmod +x /var/www/html/core/class/../../plugins/zwavejs/resources/post_install.sh + sudo /var/www/html/core/class/../../plugins/zwavejs/resources/post_install.sh + echo 'Post installation de l'\''installation/mise à jour des dépendances zwavejs' Post installation de l'installation/mise à jour des dépendances zwavejs +++ dirname /var/www/html/core/class/../../plugins/zwavejs/resources/post_install.sh ++ cd /var/www/html/core/class/../../plugins/zwavejs/resources ++ pwd + BASEDIR=/var/www/html/plugins/zwavejs/resources + cd /var/www/html/plugins/zwavejs/resources + cd zwave-js-ui + sudo yarn install yarn install v1.22.22 info No lockfile found. warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json. [1/5] Validating package.json... [2/5] Resolving packages... warning archiver > archiver-utils > glob > inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. warning csurf@1.11.0: Please use another csrf package warning native-url > querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. warning vue@2.7.16: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details. warning @types/extract-zip@2.0.1: This is a stub types definition. extract-zip provides its own type definitions, so you do not need this installed. warning c8 > test-exclude > glob > inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. warning docsify-cli > docsify-server-renderer@4.13.1: docsify-server-renderer 4.x and below is no longer supported while we investigate the future of SSR and SSG for Docsify warning vite-plugin-pwa > workbox-build > @surma/rollup-plugin-off-main-thread > magic-string > sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead [3/5] Fetching packages... error SyntaxError: /usr/local/share/.cache/yarn/v6/npm-caniuse-lite-1.0.30001621-4adcb443c8b9c8303e04498318f987616b8fea2e-integrity/node_modules/caniuse-lite/.yarn-metadata.json: Unexpected end of JSON input at JSON.parse () at /usr/lib/node_modules/yarn/lib/cli.js:1629:59 at Generator.next () at step (/usr/lib/node_modules/yarn/lib/cli.js:310:30) at /usr/lib/node_modules/yarn/lib/cli.js:321:13 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. + sudo yarn run build yarn run v1.22.22 $ npm-run-all 'build:*' /bin/sh: 1: npm-run-all: not found error Command failed with exit code 127. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. + chown -R www-data:www-data api certs CHANGELOG.md docker docs esbuild.js esbuild-register.js genereteDocs.ts index.html kubernetes kustomization.yaml LICENSE nodemon.json package.json package-lock.json package.sh pkg public README.md SECURITY.md server_config.js snippets src store test tsconfig.eslint.json tsconfig.json vite.config.js wallaby.js + '[' -e /dev/ttyAMA0 ']' + sudo sed -i 's/console=ttyAMA0,115200//; s/kgdboc=ttyAMA0,115200//' /boot/cmdline.txt + sudo sed -i 's|[^:]*:[^:]*:respawn:/sbin/getty[^:]*ttyAMA0[^:]*||' /etc/inittab sed: can't read /etc/inittab: No such file or directory + '[' -e /dev/ttymxc0 ']' + '[' -e /dev/ttyAMA0 ']' + sudo systemctl mask serial-getty@ttyAMA0.service + sudo systemctl stop serial-getty@ttyAMA0.service ++ grep Revision /proc/cpuinfo ++ cut -d: -f2 ++ tr -d ' ' + RPI_BOARD_REVISION=c03112 + [[ c03112 == \a\0\2\0\8\2 ]] + [[ c03112 == \a\2\2\0\8\2 ]] + [[ c03112 == \a\0\2\0\d\3 ]] + echo 'Everything is successfully installed!' Everything is successfully installed! + echo 4 + php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end zwavejs + echo 5 + rm /tmp/jeedom_install_in_progress_zwavejs + echo '*******************End of package installation******************' *******************End of package installation******************