Dikran Missirian

Results 2 comments of Dikran Missirian
trafficstars

To anyone having this problem: check if the last line in your basic.sh has a \ character at the end, and if it does, try removing it, like -device ide-hd,bus=sata.4,drive=SystemDisk...

> In `src/index.ts`, modify > > ``` > import process from 'node:process'; > ``` > > to > > ``` > import process from 'process'; > ``` > > and...