From 341a0a6be89e954b7aba6ace52f3c28634a75a1f Mon Sep 17 00:00:00 2001 From: Jasin2069 Date: Sat, 24 Mar 2018 01:22:19 -0400 Subject: [PATCH] Update windows.md --- docs/installation/windows.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/installation/windows.md b/docs/installation/windows.md index 3eb0ccc4..56a610c6 100644 --- a/docs/installation/windows.md +++ b/docs/installation/windows.md @@ -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)