예전에 만들었던 미티어(v1.5)가 실행이 안된다.
다음과 같은 에러를 내뱉는데..
check that you have permissions to write to .meteor/local. mongodb does
방법은 다음과 같다.
./meteor/local // 폴더를 지운다음,
meteor reset
meteor npm i
meteor npm i --save babel-runtime
meteor run
https://forums.meteor.com/t/permission-denied-mongo/24557
https://stackoverflow.com/questions/21272446/error-with-mongo-starting-meteor
Error with Mongo starting Meteor
I am using a fresh Linux install. I am trying to install Meteor. Using Ubuntu 12.04, Centos and Ubuntu 13.04. I installed Node.js, Meteor and Meteorite. Error: Unexpected mongo exit code 100.
stackoverflow.com
'Meteor' 카테고리의 다른 글
여기서 잠깐 쉬어가자. (0) | 2019.11.15 |
---|---|
meteor 개발진행 - 하라는 데로 했는데 페이지가 안뜬다! (0) | 2019.11.14 |
meteor 개발시작 - 사용할 플러그인 설치 (0) | 2019.11.04 |
meteor 프로젝트 생성하기 (0) | 2019.11.04 |
개떡같은 windows7에 meteor.js 설치하기 (0) | 2019.11.04 |