본문 바로가기

Meteor

이전 프로젝트 실행이 안될경우

예전에 만들었던 미티어(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