Dustin Deus
Dustin Deus
> At this step, did you start the new powershell in a new window? Or from the same window where you ran the choco command? I started a new window.
Hi @jasongin I could identify the issue. `nvs` is correctly installed but my system hasn't access to it due to Microsoft default execution policy. This solves the issue: * Run...
@jasongin according to the [docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-6) `Restricted` is the default policy. We should add it at least to the readme and for better dev experience we should try to add it...
The reason why Node.js 4 is failing is unclear. As far as I can see is that the build issue exists for more than 2 years. It has nothing to...
Hi, I run into this as well. This only happens for `require` imports. It would be great to have a continuation on this. As a workaround, I mark all packages...
Time to review :smiling_face_with_tear: I'll try to review it in the next days.
@llc1123 please fix the conflict. I'm going to review it in the next days.
Did you run the benchmarks?
Hi, I am open to a PR that makes this option configurable globally and per request.
Hi @JustinTRoss, you're right this is confusing. The TTL of the error cache must always be longer than the default TTL cache. `maxTtlIfError` defines the exact duration in seconds of...