30
loading...
This website collects cookies to deliver better user experience
node_modules
folder and install your dependencies via meteor npm install
.npm
updated to 6.14.13 to correlate with the Node updatefibers
v5.0.0promise
v8.1.0node-gyp
v8.0.0@babel/runtime
v7.14.6request
v2.88.2tar
v2.2.2sqlite3
v5.0.2moment
v2.29.1underscore
v1.13.1optimism
v0.16.1@wry/context
v0.6.0METEOR_REIFY_CACHE_DIR
environment variable. If you give it a try, let us know how it went so that we can get more data to turn this on by default.accounts-base
, accounts-password
, and oauth
packages to include the new range like this: api.versionsFrom(['1.12', '2.3'])
or api.use('[email protected] || 2.0.0')
services.password.enroll
instead of services.password.reset
). If have been doing any operations related to enrollment flow you will most likely need to change your DB queries.api.add_files
will no longer work and you should used the camel case variant (api.add_files
=> api.addFiles
).deprecated: true
in the package description. In addition, you can replace it with a string that tells the users where to find a replacement or what to do.override
and the --noImplicitOverride
Flag#private
Class ElementsConstructorParameters
Works on Abstract Classes--incremental
and --watch
Compilations200
405 Method Not Allowed
DDP_DEFAULT_CONNECTION_URL
behavior has changed. Setting DDP_DEFAULT_CONNECTION_URL
when running the server (development: meteor run or production: node main.js
) sets the default DDP server value for meteor. But this did not work for cordova apps. Now you can define the cordova app default DDP server value by setting DDP_DEFAULT_CONNECTION_URL when building.--platforms
have been added to the meteor build command to specify the platform you want to build for. meteor build . --platforms=android
. This is useful for example when you are not using a MacOS and you want to build your app only for Android. Or you can use this to save time on CI not building all the platforms all the time.--build-only
is a new deploy option. This is helpful if you want to build first and after some validations proceed with the upload and deploy. More about this on Cloud docs..aab
, following the announcement from Google that starting in August new apps will have to use this new format.--packageType=apk
meteor update --release 2.3.1
We had some issues with Windows and webapp package on Meteor 2.3 final version and that is why we are recommending the upgrade directly to 2.3.1.
#beta-feedback
channel.