Jerson Morocho

Results 2 comments of Jerson Morocho

If you get the error: jarallax.esm.js:109 Uncaught ReferenceError: global is not defined at Module../node_modules/jarallax/src/jarallax.esm.js Adding this line to polyfills.ts should resolve node global error (window as any).global = window;

same issue, I've tried to run this command but nothing happens ```python $ sudo /Library/Application\ Support/com.canonical.multipass/bin/qemu-system-x86_64 -accel hvf -drive file=/Library/Application\ Support/com.canonical.multipass/bin/../Resources/qemu/edk2-x86_64-code.fd,if=pflash,format=raw,readonly=on -cpu host -nic vmnet-shared,model=virtio-net-pci,mac=52:54:00:8d:0e:a7 -device virtio-scsi-pci,id=scsi0 -drive file=/var/root/Library/Application\ Support/multipassd/qemu/vault/instances/mine/ubuntu-22.04-server-cloudimg-amd64.img,if=none,format=qcow2,discard=unmap,id=hda...