0

Below is the error log

Error: EEXIST: file already exists, mkdir 'C:\Users\king\AppData\Local\Temp'
    at Object.fs.mkdirSync (fs.js:885:18)
    at sync (C:\Users\king\AppData\Roaming\npm\node_modules\nativescript\node_modules\mkdirp\index.js:71:13)
    at sync (C:\Users\king\AppData\Roaming\npm\node_modules\nativescript\node_modules\mkdirp\index.js:77:24)
    at sync (C:\Users\king\AppData\Roaming\npm\node_modules\nativescript\node_modules\mkdirp\index.js:78:17)
    at sync (C:\Users\king\AppData\Roaming\npm\node_modules\nativescript\node_modules\mkdirp\index.js:78:17)
    at sync (C:\Users\king\AppData\Roaming\npm\node_modules\nativescript\node_modules\mkdirp\index.js:78:17)
    at sync (C:\Users\king\AppData\Roaming\npm\node_modules\nativescript\node_modules\mkdirp\index.js:78:17)
    at sync (C:\Users\king\AppData\Roaming\npm\node_modules\nativescript\node_modules\mkdirp\index.js:78:17)
    at sync (C:\Users\king\AppData\Roaming\npm\node_modules\nativescript\node_modules\mkdirp\index.js:78:17)
    at sync (C:\Users\king\AppData\Roaming\npm\node_modules\nativescript\node_modules\mkdirp\index.js:78:17)
Manoj
  • 21,753
  • 3
  • 20
  • 41
NEWBIE
  • 21
  • 2
  • 4
  • Seems to duplicate of https://stackoverflow.com/questions/42678759/npm-error-on-every-command-eexist-file-already-exists-mkdir-c-users-user-ap – Manoj Nov 19 '18 at 06:28
  • 1
    still not working.. i don't know what should i do – NEWBIE Nov 20 '18 at 08:31

1 Answers1

0

delete npm and npm cache directories as well as also delete the configstore directory It helped me hope it helps you