Added fnm
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
|
||||
$packages = @(
|
||||
"Schniz.fnm", # Fast node version manager
|
||||
"wez.wezterm", # Teminal emulator
|
||||
#"gnupg.gpg4win",
|
||||
"microsoft.teams",
|
||||
@@ -22,7 +23,6 @@ $packages = @(
|
||||
"microsoft.powershell",
|
||||
"Postman.Postman",
|
||||
"docker.dockerdesktop",
|
||||
"CoreyButler.NVMforWindows" # Node version manager
|
||||
)
|
||||
|
||||
# Iterate through each package and install it
|
||||
@@ -30,6 +30,10 @@ foreach ($package in $packages) {
|
||||
winget install $package
|
||||
}
|
||||
|
||||
# Install latest node LTS
|
||||
fnm install 22
|
||||
fnm use 22
|
||||
|
||||
|
||||
npm install -g @vue/typescript-plugin@2.2.10 # for nvim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user