Np: Reinstall modules without generating `package-lock.json`

Created on 31 May 2017  路  2Comments  路  Source: sindresorhus/np

npm@5 generates a package-lock.json file. In the Install dependencies step we should install those dependencies without generating that file. I have no idea how to do it because it's not documented. Maybe there isn't even a flag.

Most helpful comment

Use --no-package-lock.

All 2 comments

Use --no-package-lock.

Agreed

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jescalan picture jescalan  路  3Comments

papb picture papb  路  6Comments

xxczaki picture xxczaki  路  6Comments

koppor picture koppor  路  5Comments

bennycode picture bennycode  路  4Comments