리자

Error: Cannot find module 'express'

모듈을 -g 로 설치했는데 모듈을 못찾는 경우가 있습니다.

 

$ node meadowlark.js 

module.js:339

    throw err;

    ^

 

Error: Cannot find module 'express'

    at Function.Module._resolveFilename (module.js:337:15)

    at Function.Module._load (module.js:287:25)

    at Module.require (module.js:366:17)

    at require (module.js:385:17)

    at Object.<anonymous> (/home/kagla/www/nodejs/web/ch05/meadowlark.js:1:77)

    at Module._compile (module.js:435:26)

    at Object.Module._extensions..js (module.js:442:10)

    at Module.load (module.js:356:32)

    at Function.Module._load (module.js:311:12)

    at Function.Module.runMain (module.js:467:10)

 

 

이때는 /usr/local/lib/load_modules 의 심볼릭 링크를 /usr/local/lib/node 로 하나 생성합니다.

 

ln -s /usr/local/lib/node_modules /usr/local/lib/node

 

 

그럼 정상적으로 실행이 될것 입니다.

 

$ node meadowlark.js 

Express started on http://localhost:3000; press Ctrl-C to terminate.

 

|

댓글 1개

+1
댓글을 작성하시려면 로그인이 필요합니다.

자유게시판

+
제목 글쓴이 날짜 조회
10년 전 조회 1,097
10년 전 조회 1,111
10년 전 조회 1,128
10년 전 조회 995
10년 전 조회 1,434
10년 전 조회 1,889
10년 전 조회 1,173
10년 전 조회 2,619
10년 전 조회 3,644
10년 전 조회 1,874
10년 전 조회 1,698
10년 전 조회 1,740
10년 전 조회 1,138
10년 전 조회 1,157
10년 전 조회 1,219
10년 전 조회 1,153
10년 전 조회 2,384
10년 전 조회 1,463
10년 전 조회 1,966
10년 전 조회 1,311
10년 전 조회 1,293
10년 전 조회 1,234
10년 전 조회 1,153
10년 전 조회 1,124
10년 전 조회 1,303
10년 전 조회 1,083
10년 전 조회 1,318
10년 전 조회 1,682
10년 전 조회 1,156
10년 전 조회 1,493