CCALI / a2jdat

This repo hosts the distributable production version of the A2J Document Assembly Tool (DAT). The document assembly tool is an optional piece of software used for producing pdf documents at the end of A2J Author Guided Interviews.
https://www.a2jauthor.org
Other
3 stars 1 forks source link

Volta should likely be replaced with fnm #143

Open mikemitchel opened 6 months ago

mikemitchel commented 6 months ago

Word on the street is Volta is languishing and issues/bugs are not being resolved. The new hotness that seems easy, fast and to work very well is:

https://github.com/Schniz/fnm

On Mac, it's easiest to install and manage via Homebrew. brew install fnm via the terminal. Adding this to your .zshrc auto switches node on a cd into a directory with a .node-version file.

# fnm update node version on entering directory
eval "$(fnm env --use-on-cd)"