liunx安装express-generator

liunx中npm安装express-generator的时候不能正常安装
npm install -g express-generator
npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)

changed 10 packages, and audited 11 packages in 7s

3 vulnerabilities (1 moderate, 2 critical)

To address all issues (including breaking changes), run:
npm audit fix --force

Run npm audit for details

在npm前面加sudo
正常安装