Update windows.md

This commit is contained in:
Jasin2069 2018-03-24 01:22:19 -04:00 committed by GitHub
parent bd519430ce
commit 341a0a6be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 8 deletions

View File

@ -13,15 +13,14 @@ ENiGMA½ will run on both 32bit and 64 bit Windows. If you want to run 16bit doo
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
`Run PowerShell as Administrator
Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
npm install -g npm-windows-upgrade
npm-windows-upgrade`
Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
npm install -g npm-windows-upgrade
npm-windows-upgrade`
Note: Do not run npm i -g npm. Instead use npm-windows-upgrade to update npm going forward.
Also if you run the NodeJS installer, it will replace the node version.:
Note: Do not run npm i -g npm. Instead use npm-windows-upgrade to update npm going forward.
Also if you run the NodeJS installer, it will replace the node version.:
2. Install [windows-build-tools for npm](https://www.npmjs.com/package/windows-build-tools)