-
Notifications
You must be signed in to change notification settings - Fork 20
Description
I installed Pear on Windows 11 with the documented installation process:
- npm i -g pear
- run 'pear' on the command line
- And after I launch the command
pear run pear://keetand it works.
After this I follow this tutorial: Connect two peers..
I launched this command: pear dev on the /server-app folder and it works properly 😉
By this moment I tried some commands of the pear CLI (like help, run, ecc...) to familiarize with it but without fully understand what i was doing. And after I close and open Visual Studio Code.
Now any Pear command a paste on the shell doesn't work anymore.
Now this is the log if I launch the command pear on my windows powershell:
`PS C:\Users\Andrea\Desktop\Dev\pears\con-peers2> pear
2024-10-04T09:01:01.855Z cli exiting due to unhandled rejection
key=pqbzjhqyonxprx8...
length=4444
fork=0
platform=win32
arch=x64
pid=2452
uptime=30.018s
stack=Error: Could not connect in time
at PearIPC._connect (file:///C:/Users/Andrea/AppData/Roaming/pear/by-dkey/7216eeac5c8..../1/boot.bundle/node_modules/pear-ipc/index.js:222:27)
at async PearIPC._open (file:///C:/Users/Andrea/AppData/Roaming/pear/by-dkey/7216eeac5c879a2ca1dcff14bb..../1/boot.bundle/node_modules/pear-ipc/index.js:77:26)
at async open (file:///C:/Users/Andrea/AppData/Roaming/pear/by-dkey/7216eeac5c879a2ca1..../1/boot.bundle/node_modules/ready-resource/index.js:37:5)
Error logged at C:\Users\Andrea\AppData\Roaming\pear\by-dkey\7216eeac5c879a2ca......\1\cli.crash.log`
This is the log file
2024-10-04T08:42:34.590Z cli exiting due to unhandled rejection key=pqbzjhqyonxprx8hghxexnmctw.... length=4444 fork=0 platform=win32 arch=x64 pid=11004 uptime=30.021s stack=Error: Could not connect in time at PearIPC._connect (file:///C:/Users/Andrea/AppData/Roaming/pear/by-dkey/7216eeac5c879a2ca1dcff14bb8c1ad4..../1/boot.bundle/node_modules/pear-ipc/index.js:222:27) at async PearIPC._open (file:///C:/Users/Andrea/AppData/Roaming/pear/by-dkey/7216eeac5c879a2ca1dcff14bb8c...../1/boot.bundle/node_modules/pear-ipc/index.js:77:26) at async open (file:///C:/Users/Andrea/AppData/Roaming/pear/by-dkey/7216eeac5c879a2ca1dcff14bb8c1ad47d1..../1/boot.bundle/node_modules/ready-resource/index.js:37:5)
Now i try to uninstall Pear and re-install it. Also I ask you if there is a way to easily uninstall it.
My Best, ANdrea.