-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meteor update all packages #957
Conversation
What commands you used to build this with meteor 1.4 ? |
I'm taking a look at this now too... |
Thanks for the quick review. I just run |
I'd recommend that for testing the build works, to try
|
We'll have to bump meteor 1.4.3.2 --> to 1.4.4 soon too |
Right now I'm getting an error
npm is latest. nodejs is latest --- so some issue with bson there. |
@brylie would you mind updating the meteor version in the Dockerfile as well? @stephenmoloney does anything else need to be changed in the dockerfile? |
@rhelsing All this does is add more issues to the The ARG variables are deliberately added to the example:echo 'NODE_VERSION=v7.8.0' >> .env && \
echo 'METEOR_RELEASE=1.4.3.2' >> .env && \
echo 'NPM_VERSION=4.4.4' >> .env && \
echo 'ARCHITECTURE=linux-x64' >> .env && \
echo 'SRC_PATH=./' >> .env && \
sudo docker-compose up -d --build --force-recreate Let's change the Dockerfile in the public canonical repo only once we have a proven working build. |
@rhelsing @brylie How can I stop npm doing an upgrade of a package automatically?
I never asked for the upgrade though - any ideas how to block the upgrade? |
@stephenmoloney, you can pin an NPM package to a specific version. Something like
|
I'm trying to downgrade |
You can upgrade the running MongoDB instance. These instructions might be helpful. |
Backup your MongoDB 3.2.x and try upgrading to newer version: I presume newer Meteor 1.4 supports newest MongoDB 3.4.x. But after upgrade, if uploading images to Wekan crashes Wekan, you need to to go back to newest MongoDB 3.2.x. I have not had time to try Meteor 1.4. stuff yet. |
I may have fixed the dockerbuild -- need to check a few things first I think you can merge this pull request. I'll make another one later. |
@xet7 Hi. What will be the recommended Node.js version now? |
Newest 4.x I think. |
I have moved devel back to Meteor 1.3. Meteor 1.4 work continues in meteor-1.4 branch. |
Related issue #788
Upgrade Meteor to 1.4.x branch
Upgrade Atmosphere packages
This change is