Skip to content
Pierre edited this page Dec 27, 2016 · 1 revision

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.

Clone this wiki locally