mean.io 설치 후 처음 접속시 에러가 나올 경우
2014. 7. 16. 22:05ㆍLanguages/nodejs
mean.io 설치 후 처음 접속시 아래와 같은 오류가 나오면서 접속이 종료될 경우
events.js:72
throw er; // Unhandled 'error' event
^
Error: ENOENT, open '/project/mean/bower_components/bootstrap/dist/css/bootstrap.css'
[nodemon] app crashed - waiting for file changes before starting...
아래와 같이 bower 를 설치한후 인스톨해준다.
npm install -g bower
bower install --allow-root
'Languages > nodejs' 카테고리의 다른 글
centos 에서 nodejs 4.x 버젼 설치하기 (0) | 2015.12.17 |
---|---|
Vim 에서 ejs 파일 syntax highliting 하기 (0) | 2014.06.19 |
nodejs에서 변경점 발생시 자동으로 서버 재시작 하기 (0) | 2014.06.15 |
npm install express 이후에 express: command not found 라고 나올 경우 (0) | 2014.05.02 |