How to make asdf recognize globally installed npm modules
10 Nov 2020
After installing a global module with npm (npm install -g my-cool-module
), when using asdf, you might then get command not found: my-cool-module
when you try to use it. The solution is to run asdf reshim nodejs
. After that, you should be able to use your cool new module.
Webmentions: None yet!
These are webmentions via the IndieWeb and webmention.io.