Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package lock v2 #126

Merged
merged 2 commits into from
Jun 19, 2023
Merged

Package lock v2 #126

merged 2 commits into from
Jun 19, 2023

Conversation

annamcallister
Copy link
Contributor

npm install in the samples/solidity directory is taking longer than it should on supported node versions as it is having to convert the package lock from v1 to v2 format. The switch to v2 came with npm 7. npm 6 was supported for as long as node 14 was still supported, but node 14 is now EOL.

I've also removed the truffle dependency as it is a large dependency which looks to be superseded by hardhat now.

Signed-off-by: Anna McAllister <anna.mcallister@kaleido.io>
Signed-off-by: Anna McAllister <anna.mcallister@kaleido.io>
@awrichar awrichar merged commit aa3efa8 into hyperledger:main Jun 19, 2023
@annamcallister annamcallister deleted the package-lock-v2 branch June 19, 2023 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants