Updating read me for Windows Users facing npm Install error (#3257)

This commit is contained in:
Guchie 2020-08-25 00:12:44 +00:00 committed by GitHub
parent a0b5a09719
commit 617c0b6502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ If this fails with `npm WARN checkPermissions Missing write access to /usr/local
```
bower install
```
For Windows PC, before you run `npm install` check in the root folder if any package-lock.json is generated and delete it then you can run `npm install` other wise you will be faced with `Npm ERR! code EPERM error errno -4048 error { Error: EPERM: operation not permitted, rename ....` a permission error even if you are using administrator user
```
npm install
```