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.