cben / mathdown

Collaborative markdown with math
https://www.mathdown.net
Other
420 stars 46 forks source link

Switch to npm 6 package-lock.json file #181

Closed cben closed 5 years ago

cben commented 5 years ago

Hope to make Travis happier (will fail, there are other problems on Sauce Labs, but one thing at a time):

npm ERR! cipm can only install packages with an existing package-lock.json or npm-shrinkwrap.json with lockfileVersion >= 1. Run an install with npm@5 or later to generate it, then try again.

-- https://travis-ci.org/cben/mathdown/jobs/435790752

lockfile created with npm 6.4.1. one created with npm 5 led to mysterious npm ERR! Invalid Version: https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz errors.

cben commented 5 years ago

npm part of test passed, merging.