From 617c0b6502ba7aca4df8ca42c5696b8c4f3fb436 Mon Sep 17 00:00:00 2001 From: Guchie Date: Tue, 25 Aug 2020 00:12:44 +0000 Subject: [PATCH] Updating read me for Windows Users facing npm Install error (#3257) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1292085a..93aef7e0 100644 --- a/README.md +++ b/README.md @@ -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 ```