Re: Connexion asynchrone en javascript

Page principale

Répondre à ce message
Auteur: Edgar Bonet
Date:  
À: guilde
Sujet: Re: Connexion asynchrone en javascript
Patrice Karatchentzeff a écrit :
> Tu as besoin de native-react d'installé et de Dancer2 : les 2
> s'installent « assez » facilement.


$ sudo apt install node-react libdancer2-perl
# 104 paquets installés ! :-/

> Je lance avec
>
> % npx expo start -- -c (pour vider les caches à chaque fois)


$ npx expo start -- -c
Need to install the following packages:
expo
Ok to proceed? (y)
npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
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.
(node:12789) UnhandledPromiseRejectionWarning: Error: Cannot find module 'fs/promises'
[...]

> Pour Dancer2,
>
> % ~/perl5/bin/plackup -r bin/app.psgi


$ plackup -r bin/app.psgi
Error while loading /home/edgar/tmp/test-dancer/bin/app.psgi: No such file or directory at (eval 10) line 4.

Tu n'aurais pas un test plus simple qui reproduise ton problème sans
trois tonnes de dépendances ?

À+,

Edgar.