Node.js
when using express and jade
if {
cannot find module "jade"
}
unlink both express and jade
npm install express
npm install jade
they need to be in same node_module folder
or both in global "-g"
if global {
npm link express
npm link jade
check if they are in same base folder
}
wala!
반응형
'Study' 카테고리의 다른 글
한틀 스터디 (4/13) (0) | 2014.04.16 |
---|---|
intellij ftp 연결 (0) | 2014.03.30 |
Mavericks Finder slow 매버릭스 파인더 느릴때 (0) | 2014.02.06 |
AngularJS 번역 (0) | 2013.12.02 |
oh my zsh iterm font problem (0) | 2013.11.10 |