Kresus nodev10.18.0

Mon serveur YunoHost

**Matériel: Vieil ordinateur
Version de YunoHost: 3.6.5.3 (stable)
J’ai accès à mon serveur : En SSH & Par la webadmin
Êtes-vous dans un contexte particulier ou avez-vous effectué des modificiations particulières sur votre instance ? : non

Description du problème

Bonjour,
J’ai installé yunohost et nextcloud sans problème.
Aujourd’hui je voudrais tester kresus mais j’ai un message d’erreur lors de l’install de nodejs.management
Merci

###Voici des messages d’erreurs
30842 INFO Installation of N - Node.js version management
30842 DEBUG ++ grep SOURCE_EXTRACT= /var/cache/yunohost/from_file/kresus_ynh-68b c4ca806a303ea8f6534967044f24aa5af3943/scripts/…/conf/n.src
30843 DEBUG ++ cut -d= -f2-
30843 DEBUG + local src_extract=
30843 DEBUG ++ grep SOURCE_IN_SUBDIR= /var/cache/yunohost/from_file/kresus_ynh-6 8bc4ca806a303ea8f6534967044f24aa5af3943/scripts/…/conf/n.src
30844 DEBUG ++ cut -d= -f2-
30844 DEBUG + local src_in_subdir=
30844 DEBUG ++ grep SOURCE_FILENAME= /var/cache/yunohost/from_file/kresus_ynh-68 bc4ca806a303ea8f6534967044f24aa5af3943/scripts/…/conf/n.src
30844 DEBUG ++ cut -d= -f2-
30845 DEBUG + local src_filename=
30845 DEBUG + src_sumprg=sha256sum
30845 DEBUG + src_in_subdir=true
30845 DEBUG + src_format=tar.gz
30846 DEBUG ++ echo tar.gz
30846 DEBUG ++ tr ‘[:upper:]’ ‘[:lower:]’
30846 DEBUG + src_format=tar.gz
30846 DEBUG + src_extract=true
30847 DEBUG + ‘[’ ‘’ = ‘’ ‘]’
30847 DEBUG + src_filename=n.tar.gz
30847 DEBUG + local local_src=/opt/yunohost-apps-src/kresus/n.tar.gz
31550 DEBUG + echo ‘2ba3c9d4dd3c7e38885b37e02337906a1ee91febe6d5c9159d89a9050f2eea8f n.tar.gz’
31550 DEBUG + sha256sum -c --status
31550 DEBUG + mkdir -p /opt/node_n/git
31550 DEBUG + true
31551 DEBUG + ‘[’ tar.gz = zip ‘]’
31551 DEBUG + local strip=
31551 DEBUG + ‘[’ true ‘!=’ false ‘]’
31551 DEBUG + ‘[’ true == true ‘]’
31551 DEBUG + local sub_dirs=1
31552 DEBUG + strip=’–strip-components 1’
31552 DEBUG + [[ tar.gz =~ ^tar.gz|tar.bz2|tar.xz$ ]]
31552 DEBUG + tar -xf n.tar.gz -C /opt/node_n/git --strip-components 1
31552 DEBUG ++ find /var/cache/yunohost/from_file/kresus_ynh-68bc4ca806a303ea8f6534967044f24aa5af3943/scripts/…/sources/patches/ -type f -name ‘n-.patch’
31553 DEBUG ++ wc -l
31553 DEBUG + (( 0 > 0 ))
31553 DEBUG + test -e /var/cache/yunohost/from_file/kresus_ynh-68bc4ca806a303ea8f6534967044f24aa5af3943/scripts/…/sources/extra_files/n
31553 DEBUG + cd /opt/node_n/git
31553 DEBUG + PREFIX=/opt/node_n
31554 DEBUG + make install
31554 DEBUG mkdir -p /opt/node_n/bin/
31554 DEBUG cp bin/n /opt/node_n/bin/n
31554 DEBUG + ynh_replace_string '–match_string=^N_PREFIX=${N_PREFIX-.
}$’ ‘–replace_string=N_PREFIX=${N_PREFIX-/opt/node_n}’ --target_file=/opt/node_n/bin/n
31554 DEBUG + local legacy_args=mrf
31555 DEBUG + args_array=([m]=match_string= [r]=replace_string= [f]=target_file=)
31555 DEBUG + declare -Ar args_array
31555 DEBUG + local match_string
31555 DEBUG + local replace_string
31555 DEBUG + local target_file
31556 DEBUG + ynh_handle_getopts_args ‘–match_string=^N_PREFIX=${N_PREFIX-.}$’ ‘–replace_string=N_PREFIX=${N_PREFIX-/opt/node_n}’ --target_file=/opt/node_n/bin/n
31556 DEBUG + set +x
31556 DEBUG + local delimit=@
31557 DEBUG + match_string=’^N_PREFIX=${N_PREFIX-.
}$’
31557 DEBUG + replace_string=‘N_PREFIX=${N_PREFIX-/opt/node_n}’
31557 DEBUG + sudo sed --in-place ‘s@^N_PREFIX=${N_PREFIX-.*}$@N_PREFIX=${N_PREFIX-/opt/node_n}@g’ /opt/node_n/bin/n
31658 DEBUG + PATH=/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
31658 DEBUG + test -x /usr/bin/node_n
31658 DEBUG + mv /usr/bin/node_n /usr/bin/node
31659 DEBUG + test -x /usr/bin/npm_n
31659 DEBUG + mv /usr/bin/npm_n /usr/bin/npm
31659 DEBUG ++ uname -m
31659 DEBUG + uname=i686
31660 DEBUG + [[ i686 =~ aarch64 ]]
31660 DEBUG + [[ i686 =~ arm64 ]]
31660 DEBUG + n 10
31861 DEBUG
31861 DEBUG install : node-v10.18.0
32363 DEBUG
32363 DEBUG Error: invalid version 10.18.0
32363 DEBUG
32364 DEBUG + ynh_exit_properly
32364 DEBUG + local exit_code=1
32364 DEBUG + ‘[’ 1 -eq 0 ‘]’
32364 DEBUG + trap ‘’ EXIT
32365 DEBUG + set +eu
32365 DEBUG + sleep 0.5
32866 DEBUG + ynh_print_err ‘–message=!!\n kresus’’‘s script has encountered an error. Its execution was cancelled.\n!!’
32867 WARNING [ERR] !!
32867 DEBUG + local legacy_args=m
32867 WARNING kresus’s script has encountered an error. Its execution was cancelled.

Bonjour,
Je ne sais pas si c’est une bonne idée d’installer d’abord Node.js d’abord !?

j’ai pu installer la version 9 de nodeJS, mais pas la 10.
Je me demande si ca ne vient de mon pc qui est en 32 bits. J’ai vu des posts ou la version 10 semble ne pas marcher sur du 32…

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.