I cannot install the instrument panel

Kontrol panellerini yönetim paletine yükleyemiyorum. Yardım ederseniz memnun olurum.
npm WARN config production Use --omit=dev instead.
npm ERR! code EACCES
npm ERR! syscall open
npm ERR! path /Users/xx/.npm/_cacache/tmp/d93e87e8
npm ERR! errno -13
npm ERR!
npm ERR! Your cache folder contains root-owned files, due to a bug in
npm ERR! previous versions of npm which has since been addressed.
npm ERR!
npm ERR! To permanently fix this problem, please run:
npm ERR! sudo chown -R 501:20 "/Users/emreerdogan/.npm"

npm ERR! Log files were not written due to an error writing to the directory: /Users/emreerdogan/.npm/_logs
npm ERR! You can rerun the command with --loglevel=verbose to see the logs in your terminal

Did you try what it suggested to try?

i tried, but I did not get any interaction.

I see you are using OSX?

I sometimes get this error myself.
The is just what I do - and it resolves the problem for me.

I delete .npm. - and the problem goes away.

sudo rm -r /Users/emreerdogan/.npm

Whether you follow that advice is your choice, but you may need to log back on to NPM if you use it, such as deploying packages.

in all my time having to wipe out the .npm folder it has not caused me any ill affect.

the worst that happesn to me, is re-downloading packages when I install again, but that is no big deal.

I tried, but the problem still persists

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.