I'm trying to do this using cmder and I've tried both with powershell 5 and powershell 6
New-Module : Cannot write to function prompt because it is read-only or constant.
At C:\Users\.\scoop\apps\nvs\current\nodejs\nvs_tmp_440774057.ps1:4 char:1
+ New-Module -Script {
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (prompt:String) [New-Module], SessionStateUnauthorizedAccessException
+ FullyQualifiedErrorId : FunctionNotWritable,Microsoft.PowerShell.Commands.NewModuleCommand
When using
nvs auto on
I get the following error.I'm trying to do this using
cmder
and I've tried both withpowershell 5
andpowershell 6