mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-03-30 09:51:12 +02:00
Added note for users who need npm
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user