From 1a78f182be4beae7afb70c8e2e6056f2c414e4fd Mon Sep 17 00:00:00 2001 From: BenoitRanque Date: Sun, 1 Mar 2020 16:34:04 -0400 Subject: [PATCH] Added note for users who need npm --- 04.-MS-Windows-Setup.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/04.-MS-Windows-Setup.md b/04.-MS-Windows-Setup.md index eb077af..71ad2aa 100644 --- a/04.-MS-Windows-Setup.md +++ b/04.-MS-Windows-Setup.md @@ -25,6 +25,12 @@ This will install the most recent version of nodejs* with nvm, scoop, and yarn. > * Most recent nodejs as of this post > Here you can find help for: [scoop](https://scoop.sh/), [nvm](https://github.com/coreybutler/nvm-windows), [yarn](https://yarnpkg.com/) +##### Optional if you need npm +>Following the steps above will leave you without a functioning npm installation unless running an administrative shell. If you need npm, you can simply execute the following command: +```powershell +# DO NOT EXECUTE FROM ADMINISTRATIVE PowerShell! +yarn global add npm +``` ### Rustc and Cargo package manager If you are running Windows 64-bit, download and run [rustup‑init.exe](https://win.rustup.rs/x86_64) and then follow the onscreen instructions.