reactjs - Run webpack without sudo -


so have react application and, when want create bundle, using webpack command, gives me access error :

emittingerror: eacces: permission denied 

when try run sudo works fine.

is there way run webpack command without sudo?

thanks in advance!


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -