nvmrc
Here are 14 public repositories matching this topic...
nodenv plugin that detects the node version based on .nvmrc.
-
Updated
Jul 28, 2020 - Shell
VSCode extension based NVM helper
-
Updated
Feb 8, 2019 - TypeScript
-
Updated
Sep 5, 2021 - JavaScript
My dotfiles (oh my zsh, brew, git, nvm, vscode settings) for your OSX
-
Updated
Nov 13, 2018 - Shell
TypeScript library template for creating npm packages
-
Updated
Sep 9, 2021 - JavaScript
nnvm a zsh plugin for auto-switching node versions based on .nvmrc using n
-
Updated
Mar 5, 2020 - Shell
This tap provides Homebrew formula for plugins extending nodenv
-
Updated
Jul 24, 2020 - Ruby
Test if version-ish string is compatible with current Node version
-
Updated
Jul 11, 2019 - TypeScript
Verifies that the loaded node version matches the closest found .nvmrc file.
-
Updated
Aug 17, 2021 - JavaScript
Template: taken from Art & Health on the Global Woman and Non-Binary
-
Updated
Sep 7, 2021 - JavaScript
Improve this page
Add a description, image, and links to the nvmrc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nvmrc topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
On browsing the code I've noticed SchemaSelector still needs some basic error handling added. For example, in the async call to get the list of schemas, there's no
.catch. See https://github.com/openequella/openEQUELLA/blob/develop/Source/Plugins/Core/com.equella.core/js/tsrc/settings/SchemaSelector.tsx#L58**Describe the s