Ethers.js: Why is there no package-lock.json/ yarn.lock file?

Created on 7 Dec 2019  路  4Comments  路  Source: ethers-io/ethers.js

I just forked this project to add a fix for #346 and, while following the instructions to bootstrap the monorepo, I noticed a package-lock.json got created. This file is neither in version control or gitignor-ed.

Why?

Most helpful comment

I haven鈥檛 added it yet, but the CI testing on CircleCI is almost working, at which point I鈥檒l add it. :)

You can probably find it on @yuetloo 鈥榮 fork of ethers. She has been working on most of the CI migration. :)

All 4 comments

In version 4 (master) or version 5 (ethers-v5-beta)?

Version 4 has one - https://github.com/ethers-io/ethers.js/blob/master/package-lock.json

So you probably mean in v5? Agreed that v5 needs one.

Yeah v5, on the ethers-v5-beta branch. The latest commit: https://github.com/ethers-io/ethers.js/commit/9c78c7fee69d07733048d898d58205ae7f5c82d7

Maybe @ricmoo put package-lock.json in his global gitignore 馃

I haven鈥檛 added it yet, but the CI testing on CircleCI is almost working, at which point I鈥檒l add it. :)

You can probably find it on @yuetloo 鈥榮 fork of ethers. She has been working on most of the CI migration. :)

There is now a package-lock.json file along with the CircleCI integration.

:)

Was this page helpful?
0 / 5 - 0 ratings