scirpt/update_node_nvm.sh

4 lines
69 B
Bash
Raw Normal View History

2025-02-19 10:07:28 +07:00
#!/bin/sh
nvm install node --reinstall-packages-from=$(nvm current)