1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Macでnpm install時にエラー`dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.64.dylib`

Posted at

npm install時にエラー

$ npm install -g atcoder-cli
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.64.dylib
  Referenced from: /usr/local/bin/node
  Reason: image not found
Abort trap: 6

色々なサイトを見て、以下からnodejsmacOS Installerを取得して再インストールして解決。。(なぜか分かっていないけど上記エラーは出なくなった)

https://qiita.com/taiponrock/items/9001ae194571feb63a5e
1.インストーラーのダウンロード
下記サイトからインストーラーをダウンロードします。
http://nodejs.org/
Download-->Current-->macOS Installer

参考

https://hirooooo-lab.com/development/install-node/
https://qiita.com/taiponrock/items/9001ae194571feb63a5e
http://tatamo.81.la/blog/2018/12/07/atcoder-cli/

1
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?