LoginSignup
3
1

More than 3 years have passed since last update.

react npm moduleのバージョンを確認する

Posted at

bashにて
はじめどうして良いか分からずnode_moduleフォルダを開いたりしていたのですが、
調べてみると簡単にインストールしたmoduleのバージョンを確認できました。

localにインストールされたパッケージ

$ npm list --depth=0
...@0.1.0 /home/ubuntu/environment/...
├── @material-ui/core@4.3.1
├── classnames@2.2.6
├── immutable@4.0.0-rc.12
├── node-sass@4.12.0
├── prop-types@15.7.2
├── react@16.8.6
├── react-dom@16.8.6
├── react-redux@7.1.0
├── react-router-dom@5.0.1
├── react-scripts@3.0.1
├── redux@4.0.4
├── redux-devtools-extension@2.13.8
├── redux-saga@1.0.5
├── reselect@4.0.0
└── typeface-roboto@0.0.75

参考

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