-
Notifications
You must be signed in to change notification settings - Fork 20
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
Getting error after updating Meteor to version 2.5 #78
Comments
@ramijarrar any ideas? |
Can you confirm all the dependencies in your |
You are on an outdated version of Upgrading this to the latest version 2.2.0 should solve this. Just edit your You should also consider running |
@ramijarrar my apologies, I was on a wrong branch :( here is the correct list
|
Are the NPM dependencies correct? |
Here is the update list:
|
Can you try redeploying to a new app or staging slot and let me know if the error persists? |
Hmm, and now it fails...
|
I've updated the node-pre-gyp version in the init script which should hopefully fix this issue (the current version does not support Node v14 which is used by Meteor 2.3+). To test it out, edit your Meteor Azure settings to add a field {
"meteor-azure": {
"customServerInitRepo": "https://github.com/fractal-code/meteor-azure-server-init.git#dev",
"siteName": "app name",
// ... other settings
}
// ... keys for Meteor.settings
} |
added suggested line: and getting this when deploying
|
Sorry, try this URL instead: https://github.com/ramijarrar/meteor-azure-server-init.git |
@ramijarrar trying to deploy to a newly created one:
|
I was able to deploy my app with Meteor 2.2.4 but any higher version still doesn't work |
Can you confirm the Platform setting (under "App Service > Settings > Configuration > General Settings > Platform") is set to "64-bit"? |
Before: smooth deployment process with Meteor 1.12.1
Now getting this error:
The text was updated successfully, but these errors were encountered: