Skip to content
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

create-empirica-app loads empirica 1.1.0 instead of most recent version #86

Open
JamesPHoughton opened this issue Feb 18, 2020 · 1 comment
Assignees

Comments

@JamesPHoughton
Copy link
Contributor

Expected Behavior

Using npx create-empirica-app should load the most recent version of empirica (currently 1.4.0)

Current Behavior

Currently loading 1.1.0

Possible Solution

It may be just a line change to the most recent version, but I don't really understand Node well enough to know if there are more changes needed.
https://github.com/empiricaly/create-empirica-app/blob/master/templates/basic/.meteor/versions#L33

Steps to Reproduce

  1. npx create-empirica-app test
  2. meteor list

Your Environment

  • Version used: whatever is on the npx
  • Operating System and version: Mac OS Catalina v10.15.3, Node v13.8.0, Meteor 1.8.1
@npaton
Copy link
Contributor

npaton commented Feb 20, 2020

@hubertusputu1 we should to try automate this on new versions of core (might not be able to put it on circleci, but at least with the package.json scripts, and a know place for create-empirica-app clone, probably just ../create-empirica-app):

  • pull latest github.com/empiricaly/create-empirica-app
  • change empirica version
  • update npm package version
  • publish on npm
  • commit changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants