meteorza
meteorza
I have the same problem with Toasts in meteor
Thank you, Will test as well and will let you know if there are any problems.
Thank you, works well.
Hi there. Any progress or new developments regarding meteor support for ARMv8? I have built an Ubuntu Linux ARM Image that runs on older ARM media player. Its main function...
Thank you Tom. What I have done so far was to: > git clone https://github.com/meteor/meteor.git -b release-1.4 and > scripts/generate-dev-bundle.sh on an amd64 platform. Everything worked and I created a...
Hi Tom Apologies for only getting back to you now. > uname -a > Linux myhostname 3.14.70 #1 SMP Tue May 24 07:20:55 +06 2016 aarch64 aarch64 aarch64 GNU/Linux >...
Brilliant Tom, the basic app runs with your fibers fork on my ARMV8. I will make the build for the full meteor app and see if I run into any...
Hi there Tom So basic app worked with your fibers patch. I tried an app with more packages. It includes meteor-accounts and so it needs bcrypt :-( After my extracted...
Not to worry Tom, I solved it by: ``` npm install bcrypt rm -rf /usr/local/mytestapp/programs/server/npm/node_modules/meteor/npm-bcrypt/node_modules/bcrypt npm install -g bcrypt cp -r /usr/local/lib/node_modules/bcrypt /usr/local/mytestapp/programs/server/npm/node_modules/meteor/npm-bcrypt/node_modules/ ```
Hi Tom Step 5. Should be `cd /home; tar -xvzf myapp.tgz` Step 7. When I enter your fibers github link in the package.json, npm install complains the link does not...