Install-Product node x.x fails on macos
Hi,
I have recently started building iOS applications using macos (or at least started exploring the option).
It seems the the guidelines on how to change the nodejs version does not work on macos.
See here:
https://ci.appveyor.com/project/IsraelHikingHost/site/builds/297714...
Install-Product : The term 'Install-Product' is not recognized as the name of a cmdlet, function, script file, or operable program.
Thanks!
Harel M.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 29 Dec, 2019 08:19 PM
On Linux and macOS images you can use
nvm
tool, for example to install and use the latest Node 10.x:2 Posted by harel.mazor on 30 Dec, 2019 01:40 PM
Thanks for the info.
I would like to have a single script regardless of the image as much as possible.
I see that I'm not the first one to encounter this issue.
Please at least update the documentation as requested here:
https://github.com/appveyor/website/issues/468
https://github.com/appveyor/website/issues/474
Those issues are open for more than a year now... :-/