Platformio Atom Ide Terminal not working in 2.9.3 – Solved
Do this for now. WINDOWS ONLY
- Uninstall platformio-ide-terminal@2.9.3 from Atom and close Atom <- Important.
- Download -> platformio-ide-terminal.zip <- click once there to start download
- extract to folder platformio-ide-terminal on you desktop
- open a powershell inside the platformio-ide-terminal folder
- type
npm i
orapm i
press Enter Wait for install to finish, any warning about vulnerabilities via npm its OK to ignore. - type
apm link
Enter You should see a confirmation of the linking. - Open Atom and should now work
You can check full process here 👇
Reply