meteor-helper icon indicating copy to clipboard operation
meteor-helper copied to clipboard

settings.json not found

Open PolGuixe opened this issue 9 years ago • 3 comments
trafficstars

My project structure is something like this:

Project
   |---app
   |      |---//meteor project
   |
   |---deployments
   |      |---test
   |      |      |---mup.json
   |      |      |---settings.json
   |      |---production
   |      |      |---mup.json
   |      |      |---settings.json

On the Atom settings the Meteor Path App is just app, and Settings Path is deployments/test/, however it is not able to find the settings.json file.

PolGuixe avatar Dec 17 '15 10:12 PolGuixe

Sounds good to me: https://github.com/PEM--/meteor-helper/blob/master/lib/meteor-helper-view.coffee#L174

Try to set your path with the filename deployments/test/settings.json. You should be good to go.

PEM-- avatar Dec 17 '15 11:12 PEM--

Dawn! You're right. I'm reproducing it too. Seems like meteor's command has changed its behavior. I only succeed into using absolute path.

PEM-- avatar Dec 17 '15 11:12 PEM--

I can confirm that the absolute path works.

PolGuixe avatar Dec 17 '15 16:12 PolGuixe