banner
李大仁博客

李大仁博客

天地虽大,但有一念向善,心存良知,虽凡夫俗子,皆可为圣贤。

npm中Error: could not get uid/gid問題の解決方法

Docker で npm を実行すると、Error: could not get uid/gid の問題が発生します。

しかし、`unsafe-perm true` を設定することで、この問題を解決することができます。信じられないですね。

npm config set unsafe-perm true

その他の利用可能な npm の設定 # セキュリティ証明書のチェックを無効にする

npm config set unsafe-perm true

# 強制 SSL を無効にする

npm config set strict-ssl false

# npm のソースを変更する

npm config set registry https://registry.npm.taobao.org

#プロキシの設定

# socks5 プロキシ
npm config set proxy http://xx@xx.com:xxxx

http プロキシ#

npm config set https-proxy=http://xx@xx.com:xxxx

参考 http://www.cnblogs.com/liyongjian5179/p/9884944.html

読み込み中...
文章は、創作者によって署名され、ブロックチェーンに安全に保存されています。