LoginSignup
2
0

More than 5 years have passed since last update.

Puppeteerでlibnss3.so: version `NSS_3.22' not foundと出たら

Last updated at Posted at 2018-04-02

結論

apt-get update
apt-get upgrade

更新する。

環境

  • Ubuntu 14.04.5 LTS, Trusty Tahr
  • Node.js v9.10.1
  • Puppeteer 1.5.1

経緯

puppeteer/troubleshooting.md at master · GoogleChrome/puppeteer

の依存物をまとめて

apt-get install gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget

で入れた後、実行したら出たエラーがタイトル。

69345 - Chrome fails to start, error: "/usr/lib/libnss3.so.1d: version `NSS_3.12.6' not found" - chromium - Monorail

This issue is fixed for me.

After the package update today, my chrome starts and appears to work normally.

とあったので、

apt-get update
apt-get upgrade

で更新すると解消した。

参考

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0