mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-21 18:25:55 +02:00
Update windows.md
This commit is contained in:
parent
95564167b2
commit
1fc4a8828b
1 changed files with 5 additions and 3 deletions
|
@ -10,13 +10,15 @@ ENiGMA½ will run on both 32bit and 64bit Windows. If you want to run 16bit door
|
|||
|
||||
1. Download and Install [Node.JS](https://nodejs.org/en/download/).
|
||||
|
||||
1. Upgrade NPM : At this time node comes with NPM 5.6 preinstalled. To upgrade to a newer version now or in the future on windows follow this method.
|
||||
|
||||
`*Run PowerShell as Administrator`
|
||||
1. Upgrade NPM : At this time node comes with NPM 5.6 preinstalled. To upgrade to a newer version now or in the future on windows follow this method. `*Run PowerShell as Administrator`
|
||||
|
||||
`*Inital Install`
|
||||
```Powershell
|
||||
Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
|
||||
npm install -g npm-windows-upgrade
|
||||
```
|
||||
`*Upgrade`
|
||||
```Powershell
|
||||
npm-windows-upgrade
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue