bmd-studio / stm32-for-vscode

STM32 extension for working with STM32 and CubeMX in VSCode
MIT License
211 stars 27 forks source link

Could not find NodeJS link for win32, arm64 device #216

Open 2BlackCats opened 1 week ago

2BlackCats commented 1 week ago

Something has gone wrong while installing the build tools: Error: Could not find the NodeJS link for your specific platform: platform: win32, arch: arm64. Please open a GitHub Issue:

2BlackCats commented 1 week ago

Was able to manually add openocd, and make from chocolatey to get the program to work.

jortbmd commented 1 week ago

Thanks for opening up an issue! Ah yes there is no default support for arm64 in the version of node currently used. I will put it on the to do list for updates to check if newer version do support it and maybe migrate to that specific node version. For now your fix is perfect and should work just fine with STM32 for VSCode.