smartcontractkit / chainlink-local

The Chainlink CCIP Local Simulator, visit documentation by clicking the link below:
https://docs.chain.link/chainlink-local
MIT License
44 stars 14 forks source link

Error installing `npm` packages #1

Closed luislucena16 closed 5 months ago

luislucena16 commented 6 months ago

npm i && forge install didn't work and sent me to install many typescript packages when I run npx hardhat test, I tried changing node versions (the most current one) and it doesn't allow that either... It only worked for me using npm ci && forge install and then I was able to run npx hardhat test.