-
First: I love `nvm`, its amazing, I use it all the time. :smile_cat:
I'm experimenting with building forks of nodejs.
I'd like to be able to add these builds to nvm's locally installed versions.
…
-
### Describe the bug
I'm using `storybook-dark-mode` to toggle my stories between light and dark mode.
It works in stories, but the theme in the autodocs are not updated automatically.
To addre…
-
### Reproduction
https://stackblitz.com/edit/nuxt-vue-3-4-beta-twkyrr?file=src%2Fpages%2Fhome%2FHomePage.vue
### Describe the bug
In documentation:
> If you want to set default value of date, c…
-
### Describe the bug
"Error loading webview: Error: Could not register service worker: InvalidStateError: Failed to register a ServiceWorker: The document is in an invalid state"
### Reproductio…
-
I think there is a missing ease-of-use functionality that Jabba needs.
Since this tool is modeled on NVM, `nvm` has built-in defaults and aliases when wanting to install a version of Node.
```
…
-
This seems to happen occasionally.
However the problem is that this step in essence fails but for Bitrise (As seen on image) it did not fail. This causes other steps in workflow to think it suc…
-
pragma circom 2.0.6;
template fibonacci(n) {
signal input fib1;
signal input fib2;
signal output fibn;
var a = fib1;
var b = fib2;
var c;
for (var i = 2; i[angle brac…
-
Hi, i have a question. I have a computer that has blocked VBScript engine by domain policy. Is it possible to run nvm? Because even with elevated command prompt(or PS) i stil get the info about the mi…
-
### Describe the bug
If the `viteNodeInlineDeps` option is set to anything, it completely replaces any value set by other sources, i.e. plugins. Most notably, this completely breaks Nuxt functional…
-
### Describe the bug
I'm getting the following message, telling me to consider `bind:` between the two components. However, I am, in fact, binding between the two.
![CleanShot 2024-10-14 at 22 0…