You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.
Attempting to install nvm on a windows docker image and when i call nvm install 10.15.3 I get the following response:
Invoke-WebRequest : The response content cannot be parsed because the Internet
Explorer engine is not available, or Internet Explorer's first-launch
configuration is not complete. Specify the UseBasicParsing parameter and try
again.
At C:\Program
Files\WindowsPowerShell\Modules\power-nvm\1.0.3\power-nvm.psm1:200 char:17
+ ... $versions = Invoke-WebRequest -Uri https://nodejs.org/dist/index.json ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotImplemented: (:) [Invoke-WebRequest], NotSupp
ortedException
+ FullyQualifiedErrorId : WebCmdletIEDomNotSupportedException,Microsoft.Po
werShell.Commands.InvokeWebRequestCommand
Attempting to install nvm on a windows docker image and when i call
nvm install 10.15.3
I get the following response:Please add
-UseBasicParsing
here: https://github.com/brunolm/nvm/blob/master/src/power-nvm.psm1#L200 so that fresh installs will not error out.More info here: https://stackoverflow.com/questions/38005341/the-response-content-cannot-be-parsed-because-the-internet-explorer-engine-is-no
The text was updated successfully, but these errors were encountered: