Show HN: Fnm – Fast and simple Node.js version manager built in ReasonML
1–10 of 71 posts
Re: Show HN: Fnm – Fast and simple Node.js version manager built in ReasonML
#2Re: Show HN: Fnm – Fast and simple Node.js version manager built in ReasonML
#3I use nvm currently. Can I ask how this compares to nvm, perhaps issues with nvm that it tackles? Is it performance? :o
Re: Show HN: Fnm – Fast and simple Node.js version manager built in ReasonML
#4I use nvm currently. Can I ask how this compares to nvm, perhaps issues with nvm that it tackles? Is it performance? :o
The gif on the README is real time (it's a screen recording) - so installations are fast, and every command that works locally is extremely fast.
So, tl;dr, fnm is built with performance in mind
Re: Show HN: Fnm – Fast and simple Node.js version manager built in ReasonML
#5I use nvm currently. Can I ask how this compares to nvm, perhaps issues with nvm that it tackles? Is it performance? :o
I second this question. I'm using nvm almost everywhere and have never had issues, nor did I ever experience it as slow.
It does support `.nvmrc` files so my use cases have been fulfilled with fnm - but if yours wasn't implemented yet - you are more than welcome to open an issue and we'll try to tackle it.
Also, fnm is a single executable, therefore it is very easy to install and works across all shells (no need for wrappers in `fish` shells, for instance). Just put it in your path and you're good to go!
Re: Show HN: Fnm – Fast and simple Node.js version manager built in ReasonML
#6I use nvm currently. Can I ask how this compares to nvm, perhaps issues with nvm that it tackles? Is it performance? :o
Re: Show HN: Fnm – Fast and simple Node.js version manager built in ReasonML
#7I use nvm currently. Can I ask how this compares to nvm, perhaps issues with nvm that it tackles? Is it performance? :o
Re: Show HN: Fnm – Fast and simple Node.js version manager built in ReasonML
#8Re: Show HN: Fnm – Fast and simple Node.js version manager built in ReasonML
#9Is that the courtesy of https://github.com/jordwalke/pesy ?
For some time I wanted to try ReasonML for server-side development, but for some reason I assumed, that most of the ecosystem would be node.js based.
Re: Show HN: Fnm – Fast and simple Node.js version manager built in ReasonML
#10I use nvm currently. Can I ask how this compares to nvm, perhaps issues with nvm that it tackles? Is it performance? :o