➜ eslinta git:(master) ✗ npm install eslint --save-dev
[email protected] /Users/next/es6/jsmodules/eslinta
└─┬ [email protected]
├─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ ├── [email protected]
...
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
➜ eslinta git:(master) ✗ eslint -v
zsh: command not found: eslint
➜ eslinta git:(master) ✗
這個問題的原因是什麼? 我用nvm安裝了節點。`npm install`不會安裝任何東西?
歡迎來到Stack Overflow!請花點時間閱讀[The Tour](http://stackoverflow.com/help/asking),並參閱[幫助中心](http://stackoverflow.com/help/asking)中的資料。您需要在帖子中添加更多詳細信息,更具體地說,請提出一個清晰而簡明的問題。 –