Jacob
Jacob
Haven't looked closely at the error messages reported here, but I did notice the OP is using npm 5.x with Node 10.x. Although I'm not aware of any particular problem...
You can also try setting the `--debug` flag (or `DEBUG=*` environment variable, as described in the `README.md` file) to get more useful troubleshooting information.
> Where can I find the installation log for vs2019? > @jacobq Sorry for not responding sooner! This got buried in my list of notifications and forgotten long ago. Unfortunately,...
Interesting. So it didn't work when you tried to install it having v4.5.1? If you have a moment and wouldn't mind locating a link for this it would be appreciated....
Does the same thing happen if you install with `npm`? (Although `yarn` is supported, I have seen problems with it before.)
Can you confirm that the download succeeded? What happens when you try to run the installers manually? You could also try using an older version, e.g. `npm install --global --production...
I'm not sure how much effort would be required to update this (it should be straightforward to get the download links, add a parameter, and map the installation switches, but...
> Why the tool still Install python 2.7 when it needs to install 3.8? All but the latest versions of node lack support for Python 3, if I am not...
> it would be really appreciated if the package during installation detect if python is already installed if not it just gives you the ability to provide the path to...
I don't think the current code detects what is already installed though. Unfortunately I do not have the npm credentials to make an official release. I could, however, make a...