mantra-cli icon indicating copy to clipboard operation
mantra-cli copied to clipboard

Failed creating a mantra app

Open ghost opened this issue 7 years ago • 4 comments

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?

ghost avatar Nov 02 '16 03:11 ghost

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

sungwoncho avatar Nov 02 '16 05:11 sungwoncho

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

ghost avatar Nov 02 '16 05:11 ghost

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?

sungwoncho avatar Nov 07 '16 03:11 sungwoncho

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

macrozone avatar Feb 09 '17 10:02 macrozone