在connect-assets
mypackage.json
的依赖项中有。它package.json
看起来像:
"dependencies": {
"connect-file-cache": "0.2.4",
"mime": "1.2.2",
"snockets": "1.3.6",
"underscore": "1.1.7"
},
"devDependencies": {
"async": "0.1.14",
"coffee-script": "~1.3.1",
"connect": "1.8.5",
"nib": "0.2.0",
"bootstrap-stylus": "0.2.0",
"nodeunit": "0.5.4",
"stylus": "0.22.2",
"request": "2.1.1",
"watchit": "0.0.4",
"less": "1.3.0"
}
但是当我运行时npm install
(有或没有--dev
and --dev-all
),它只安装了connect-assets
, no stylus
,nib
等。
我应该怎么做?