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

Upgrade dependencies #91

Merged
merged 3 commits into from
Sep 10, 2018
Merged

Upgrade dependencies #91

merged 3 commits into from
Sep 10, 2018

Conversation

olafurpg
Copy link
Member

This should be one of the last "upgrade ..." PRs since I'm hopeful v4 will be more stable than v3.

This should be one of the last "upgrade ..." in a while since we intend
to keep v4 stable.
@olafurpg olafurpg merged commit be16a3a into scalameta:master Sep 10, 2018
@olafurpg olafurpg deleted the upgrade branch September 10, 2018 14:04
@@ -38,6 +43,7 @@ before_install:
- nvm install "$TRAVIS_NODE_VERSION"
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$TRAVIS_YARN_VERSION"
- export PATH=$HOME/.yarn/bin:$PATH
- yarn config set ignore-engines true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am curious, what was the reason for this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question! I encountered this error here facebook/create-react-app#4367 (comment) due to an error

error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9".

Opened #92 to properly document this in the contributing guide.

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

Successfully merging this pull request may close these issues.

2 participants