0

I am following the docs of meteor here for creating an angular app. These are the commands I used:

meteor create simple-todos
meteor npm install
meteor // tested it, was working fine
meteor remove blaze-html-templates
meteor add angular-templates

On the last command, I get this error:

/home/cortana/.meteor/packages/meteor-tool/.1.4.1_2.354htk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/isopackets/ddp/npm/node_modules/meteor/promise/node_modules/meteor-promise/promise_server.js:165
      throw error;
      ^

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

What is the problem here?
Meteor version I am using is v1.4.1.2

Community
  • 1
  • 1
Kapil Gupta
  • 7,091
  • 5
  • 16
  • 25
  • did you mean meteor add angular-templates (using a hypen instead of a space?) – Mikkel Oct 11 '16 at 11:16
  • 1
    See this SO question for that specific error message. http://stackoverflow.com/questions/39153477/how-do-i-resolve-this-error-enoent-no-such-file-or-file-or-directory-open-t – Remya CV Dec 21 '16 at 20:17

0 Answers0