0
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 5 years have passed since last update.

nodebrew(+react)インストールまでの参考(自分用)

Last updated at Posted at 2019-06-16

1.環境構築全般

2.brew以外のconfigファイルによるwarningの解消

自分はこれをやったら、xamarin webbooks no directory or file エラーになった。

bash_profileから書き込んだものを消去したい → 3.

3.alias(ショートカット)設定の書き換え

unaliasを試したが、一時的なもの

設定ファイル自体を書き換えたい

ターミナルで以下を実行
vi ./bash_profle

'i'で編集モード

保存 :wq
保存せず終了 :q

https://qiita.com/spice/items/b75afb607f1d2e1172a2
https://qiita.com/kon_yu/items/b8864ff566b8b67a9810

4.bash_profileでのエラー

'='の周りにスペース入れると読み込めなくなる。
https://stackoverflow.com/questions/18042369/bash-export-not-a-valid-identifier

最終的には brew doctor で ready to brew出た♪( ´▽`)

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