目录

npm install Error: cloud not get uid/

错误现象

docker build报错如下

/images/npm-install-error-cloud-not-get-uid/image-20210901132850374.png

解决方法

在npm install之前增加如下命令

1
RUN npm config set unsafe-perm true

参考文档

When installing a package using the node:8-alpine docker image on AWS using an M5 instance type NPM fails with “Error: could not get uid/gid” · Issue #20861 · npm/npm