You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when running npm install:
npm WARN lifecycle kong-dashboard@x.x.x~install: cannot run in wd %s %s (wd=%s)" error on npm install
This error happens when you run npm install as root. npm is not supposed to require root to install packages, locally or globally. If it does, it means npm wasn't installed properly. See Fixing npm permissions.