We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d62a6 commit 9b4d8b7Copy full SHA for 9b4d8b7
.tool-versions
@@ -1,3 +1,3 @@
1
-fasltly 12.0.0
+fasltly 12.1.0
2
rust 1.90.0
3
nodejs 24.7.0
README.md
@@ -67,6 +67,16 @@ asdf install rust $(grep '^rust ' .tool-versions | awk '{print $2}')
67
asdf reshim
68
```
69
70
+### NodeJS
71
+
72
+#### Install NodeJS with asdf
73
+```sh
74
+brew install asdf
75
+asdf plugin add nodejs
76
+asdf install nodejs $(grep '^nodejs ' .tool-versions | awk '{print $2}')
77
+asdf reshim
78
+```
79
80
#### Fix path for Bash
81
82
Edit ~/.bash_profile to add path for asdf shims:
0 commit comments