When I run the meteor command I get the following error:
this happens after it tries to Downloading meteor-tool#1.1.11-faster... then crashes.
What can I do to fix this?
Thanks!
For those having similar issues I solved it by installing nvm and using node version 0.10.40 and then running meteor inside the project and it worked.
EDIT
I was having issues with 1.3 as well after doing this so I did the following to get it running:
I was able to get it running by doing https://install.meteor.com/?release=1.3.2.4 | sh and now everything seems to work even the 1.2 and 1.3, haven't tested 1.4 yet but hopefully it works.
Related
I have a strange problem with clearing cache with --no-warmup flag after upgrade SF from 3.3 to 3.4 version.
The command remove all cache files which is fine but after that there is event console.terminate dispatched which return such error
Compile Error: Container8yvgvsp\appDevDebugProjectContainer::load(): Failed opening required '/var/www/project/var/cache/dev/Container8yvgvsp/getSwiftmailer_EmailSender_Listener
Service.php' (include_path='.:/usr/local/lib/php')
I tried to check what is going on with event listeners and I found that they are a Closure functions which are pointing to the cache files which have been already deleted :(. I tried to find the differences between 3.3 and 3.4 versions but without effect.
Also I deleted manually all cache files but problem still exist.
Note: Project has been upgraded from 2.8 to 3.4 version step by step. On each previous versions everything is working fine. On 3.4 also site is working ok except cache clearing without warmup which is very important for me.
Any tips :)
Thanks!
Issue solved. The problem was with one of the custom command which override cache:clear --no-warmup native Symfony command. Native command for clear cache has been rebuilt in 3.4 version so it can not work.
I start my dask-scheduler and open bokeh web page. But when trying to access the links it just hangs on loading. I tried re-installing everything (dask and bokeh) but the issue remains. Is this a known issue? I am not using conda to install it. It is similar to this question here but their solution didn't work on me.
Tornado version 4.5 and Bokeh versions <= 0.12.5 have a known incompatibility. Try updating bokeh to 0.12.6 or downgrading Tornado to 4.4
My current version is 1.3.5, and I tried to update my meteor to 1.4.
However it stop in lineļ¼ fourseven:scss 3.8.0 1.
I think I install meteor 1.4 successfully.(i'm not good at English...)
Try to reinstall and be sure to have proper internet connection
I was working on a meteor project (version 1.2, React installed) when suddenly a spew of errors appeared in the command prompt. I could no longer start the server. Entering 'meteor' and nothing happened. I then uninstalled meteor completely and reinstalled (now version 1.3). The problem persisted. The only command I could get to work was 'meteor --help'. Even doing a new create (meteor create newapp) did nothing. The command line carriage returned and did nothing. I'm running under windows 10.
Some people have ran into issues when updating to meteor 1.3. Possible duplicate answered here:
Unable to install meteor 1.3 on win 8.1 laptop
I had this issue too. It's a problem from the 1.3 release on Windows.
In the github issues you can find the solution they found to solve this temporarily; what you have to do is this:
Delete the following folders from C:\Users\YOUR_USER_NAME\AppData\Local.meteor\packages
templating, templating-tools, ecmascript, standard-minifier-css. But some people mention having to delete extra folders too <-- emphasis on this
Then open the console as administrator and run meteor in the folder where your app is, so it starts downloading the missing packages you deleted.
This would be enough for it to work.
I'm running meteor on ubuntu 12 LTS with node 0.10. My meteor version is 0.6.5.1. I followed the instruction here and got to node main.js. But the console hangs, nothing happens.
Here's a similar question with comments in answer about the problem.
Meteor bundle fails because fibers.node is missing
Any suggestion on how to fix this hang?