Robert Tenney

Results 4 comments of Robert Tenney

As I couldn't get pty.js to work correctly in this scenario, I just commented out the lines in terminal.js that deals with pty. It worked. I also installed term.js. No...

@vinodh99 Try this: ```TSX const initialValues = { ... initial values }; ... rest of code ```

I was having the same problem, look at your React version. If it's 16, it probably won't work. I downgraded mine to 15.5.4, and it works. Don't forget to downgrade...

You can convert the img to vdi and mount that as a hard drive: `VBoxManage convertdd input.img output.vdi` from: [https://www.ostechnix.com/how-to-convert-img-file-to-vdi-file-using-oracle-virtualbox/](url)