I am trying to set up my new PC dev environment to match it predecessor, but when I run NPM install
I get the following error
Unsupported platform for node-win-x86@12.22.1: wanted {"os":"win32","arch":"x86"} (current: {"os":"win32","arch":"ia32"})
does this suggest that my hardware is inompatible with some node module?
I am unfamiliar with ia32
and I dont see any option in node installer to install for this particular architecture