Closed come-maiz closed 6 years ago
Thanks for the review @facuspagnuolo. I pushed the changes.
@facuspagnuolo the package-lock.json was generated with ^
on the versions, which afaict is wrong because it's not pinning the exact version installed. But I'm not an expert on this. I've proposed https://github.com/zeppelinos/zos-lib/pull/167 to just review that as a prerequisite for this PR.
@elopio I think it should be because of your NPM version, we are using 6.0.1
. I'd prefer updating the package-lock
just for the new dependency, not all of them
Is there a magic command that updates only the lock for one dependency?
I don't think so, please update NPM and commit the new package-lock
file
@facuspagnuolo ok, I installed the newer npm and now npm install
doesn't change the one from master at all.
Can you please add to the README the info about the required versions to contribute?
Requested by @facuspagnuolo in https://github.com/zeppelinos/zos-cli/pull/207#discussion_r190370380