You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,27 @@ cd `your_location`
141
141
142
142
<br>
143
143
144
+
<detailsopen>
145
+
<summary><b>⛏ Setup Development Tools with MISE <i>(mise-en-place)</i></b></summary>
146
+
<br>
147
+
148
+
Ensure that `mise` command available on your system (using `scoop install mise`)
149
+
150
+
```bash
151
+
# Enable experimental features:
152
+
mise settings experimental true
153
+
```
154
+
155
+
The below command with install latest LTS version of NodeJS, and also automatically install NPM global packages define in [`.default-npm-packages`](./config/home/.default-npm-packages)
156
+
157
+
```bash
158
+
# Install latest NodeJS LTS
159
+
mise use -g node@lts
160
+
```
161
+
162
+
For further information please visit: https://mise.jdx.dev.
0 commit comments