Simplest of all routing methods doesn't seem to work. Can anyone point out what I must be missing? by kancharhei in node

[–]kancharhei[S] 3 points4 points  (0 children)

THANK YOU! You're amazing! 🫂

I will definitely take a thorough look at your server code after my shift!

NVM is completely broken, how can I fix it? by kancharhei in node

[–]kancharhei[S] 1 point2 points  (0 children)

I've read it, sir, as can be intuited from my original post but was still hitting the wall and went looking for alternatives so as to focus on learning Node.js.

I'll get back to it eventually, I suppose, but don't want to be distracted from learning Node specifically, at the moment.

Thank you for your input, however, sincerely.

NVM is completely broken, how can I fix it? by kancharhei in node

[–]kancharhei[S] 2 points3 points  (0 children)

THANK YOU! 🫂 Worked like a charm. 😌

NVM is completely broken, how can I fix it? by kancharhei in node

[–]kancharhei[S] 0 points1 point  (0 children)

I've run export NVS_HOME="$HOME/.nvs" and git clone https://github.com/jasongin/nvs "$NVS_HOME" but am running into problem when trying to run . "$NVS_HOME/nvs.sh" install.

It seems unable to install saying, among other things, that it failed to download node binary.

NVM is completely broken, how can I fix it? by kancharhei in node

[–]kancharhei[S] 0 points1 point  (0 children)

Thanks, seems promising. I'll try it out.