Michael König
Results
1
comments of
Michael König
I've worked around by adding two symbolic links like this: `which node >/dev/null && sudo ln -sf "$(which node)" /usr/local/bin/node` `which npx >/dev/null && sudo ln -sf "$(which npx)" /usr/local/bin/npx`...