Meteor 1.11 is recommended now!

Hey, Meteor 1.11 is recommended now!

Check out the blog post https://blog.meteor.com/announcing-meteor-1-11-a4af1c5cc689

RT please https://twitter.com/meteorjs/status/1296937682661072896

6 Likes

That is great.

Too bad the new options (--apollo and --vue) didn’t make it into the help text

 meteor --version    
Meteor 1.11
 meteor create --help 
Usage: meteor create [--release <release>] [--bare|--minimal|--full|--react] <path>
       meteor create [--release <release>] --example <example_name> [<path>]
       meteor create --list
       meteor create --package [<package_name>]

<snip>
Options:
  --package  Create a new meteor package instead of an app.
  --example  Example template to use.
  --list     Show list of available examples.
  --bare     Create an empty app.
  --minimal  Create an app with as few Meteor packages as possible.
  --full     Create a fully scaffolded app.
  --react    Create a basic React-based app.

I tried the meteor create myproject --apollo

but got this error below… I am using windows

Fixed with

import { ApolloProvider } from '@apollo/client';
import { default as ApolloClient } from 'apollo-boost';