Revert "Package.json updates: Windows & yarn" #243

Merged
NetOpWibby merged 1 commit from revert-240-package.json-updates into master 2019-01-28 16:02:11 +01:00
NetOpWibby commented 2019-01-28 16:01:08 +01:00 (Migrated from github.com)
Reverts lbryio/lbry.tech#240
NetOpWibby commented 2019-01-28 16:02:01 +01:00 (Migrated from github.com)

Alright, I didn't think Heroku would have an issue with this but I need time to investigate.

Directions to update yarn lockfile:

$ yarn install
$ git add yarn.lock
$ git commit -m "Updated Yarn lockfile"
$ git push heroku master

Yarn doesn't like the fact that I'm using the latest version of Node locally so the "node": ">=10.2 <10.15.1" line needs to be modified. Will look into this later today.

Alright, I didn't think Heroku would have an issue with this but I need time to investigate. Directions to update yarn lockfile: ```bash $ yarn install $ git add yarn.lock $ git commit -m "Updated Yarn lockfile" $ git push heroku master ``` Yarn doesn't like the fact that I'm using the latest version of Node locally so the `"node": ">=10.2 <10.15.1"` line needs to be modified. Will look into this later today.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry.tech#243
No description provided.