mantrajs / mantra-cli

Command line interface for building Meteor apps with Mantra
MIT License
135 stars 34 forks source link

Failed creating a mantra app #107

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi,

Whenever I attempt to create an app using mantra-cli, I receive this error

/home/immanuelv/.meteor/packages/meteor-   
tool/.1.4.1_1.1ku1jsk++os.linux.x86_64+web.browser+web.cordova/mt-     
os.linux.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:165
  throw error;
  ^

Error: ENOENT: no such file or directory, open '/tmp/mt-14fuwx3/os.json'
 at Error (native)

Any workaround here?

sungwoncho commented 7 years ago

Please share cli version, node version, os, steps to reproduce.

ghost commented 7 years ago

Update:

mantra-cli version: 0.4.4 node version: v6.0.0 OS: Linux Ubuntu 14.04

Steps involve simple changing of directory and creating a mantra app. In my case,

cd Documents/projects mantra create charts-app

sungwoncho commented 7 years ago

I failed to reproduce the issue with the same environment. I was using Meteor 1.3.1. Your error seems to come from meteor itself. Any ideas?

macrozone commented 7 years ago

@Cyval see https://github.com/meteor/meteor/issues/7806