Error: Could not install 'tool-mkspiffs' with version requirements '~1.200.0' for your system 'windows_amd64'

I have new computer and i made new clean installation of PlatformIO for VSCode. Now i’m having trouble with uploading my project to ESP-12E (for Arduino it is working fine).
I got this error message after attempt to upload project: https://i.imgur.com/N7LYhbP.png
Yes, there are links to “solution”. I went to provided link and tried “Solution 3: Run from Terminal”. But “platformio” is not globally available because I’m using IDE, so i tried to use built in core from “C:\Users{username}.platformio\penv\Scripts\platformio” but I’m stuck. I don’t know what should i type at this point to run my project and fix this problem. https://i.imgur.com/VBD3KCy.png
Please help :c

Please replace {username} with a valid user name in your system.

xd
I even attached screenshot to show that i managed to run this in a console. But after that i have no idea what action should i perform.

See Redirecting...

# Change directory to PlatformIO Project where is located "platformio.ini"
cd path/to/platformio/project

C:\Users{username}.platformio\penv\Scripts\platformio run --target upload
1 Like

Well, didn’t thought about this. It worked, thanks!