Uh oh!
There was an error while loading. Please reload this page.
Update package-lock.json to be compatible with npm 6.5.0 - #756
Conversation
The package-lock.json is generated by running: npm i
This is a manual change, and must be done after we do an npm install everytime.
yamgent
commented
Mar 7, 2019
We now have to be careful not to overwrite this line (2bd9121) every time we update Otherwise everything seems to be fine for now. |
yamgent
commented
Mar 8, 2019
As discussed on slack:
|
What is the purpose of this pull request? (put "X" next to an item, remove the rest)
• [X] Other, please explain: package-lock.json update
What is the rationale for this request?
What changes did you make? (Give an overview)
The package-lock.json is
generatedupdated by running:Then,
package-lock.jsonis modified so that cheerio uses our htmlparser instead of the original htmlparser.Provide some example code that this change will affect:
NIL
Is there anything you'd like reviewers to focus on?
Check that it does not break anything.
Testing instructions:
NIL