I am still going through the tutorials. I upgraded to Meteor 1.4.1.1 today and I am constantly getting following error
`ca-STivare-mac::~/cbmax $meteor update --patch
/Users/stivare/.meteor/packages/meteor-tool/.1.4.1_1.1h0re2h++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:165
throw error;
^
Error: ENOENT: no such file or directory, open '/private/var/folders/7j/q5q07jkj0qs38k218yf6bnl8y6wpw0/T/mt-c85hvj/os.json’
at Error (native)
ca-STivare-mac::~/cbmax $
`
I tried uninstalled meteor completely and reinstalled it. Still getting the same error.
I have the same problem when I try to update meteor (from 1.4.1 to 1.4.1.1), reinstalling meteor with curl https://install.meteor.com/ | sh and meteor reset doesn’t work.
I have restarted my mac, with all windows close, I have launched with terminal from the project folder curl https://install.meteor.com/ | sh and meteor reset.
Thanks guys for the replies. I uninstalled the application once again and installed 1.4.1 using release=1.4.1 argument to the curl command and that seems to work.
The latest upgrade patch still fails. But no worries. I am still learning so not concerned too much about the latest version.