ソフトウェア管理

npmに代わるNodeパッケージマネージャーyarn

yarn https://yarnpkg.com/ FacebookとExponent, Google, Tildeとの共同チームによって生まれた新しいパッケージマネージャー Yarn pulls packages from registry.yarnpkg.com, which allows them to run experiments with the Yarn client. This is a proxy…

npmのバージョン管理まとめ

たまにしか活用しないから忘れるのでメモ 参考: semver | npm Documentation バージョン管理 npmでは、「セマンティックバージョニング」と呼ばれるバージョン管理法によって、依存パッケージやリリース物のバージョンを定義している。 npmにあるプロジェク…

-bash: bower: command not found 対処法

bowser installが使えない?? なぜだ! PATHだ! http://bower.io/ npm経由でbowserをインストール npmを使ってbowserをインストール $ npm install -g bowser bowserコマンドを実行してみると、 エラー -bash: bowser: command not found 考えられる原因は…

Error: Could not symlink share/man/man8/nginx.8

nginxをbrewでインストール $ brew install nginx nginxコマンドを打つとコマンドが見つからない $ nginx nginx: command not found インストールはされているが, 有効化されていないとのこと $ brew install nginx Warning: nginx-1.8.0 already installed,…