smartcontractkit / hardhat-starter-kit

A repo for boilerplate code for testing, deploying, and shipping chainlink solidity code.
MIT License
1.21k stars 491 forks source link

Npm install is catching an error #132

Closed justbazz4 closed 1 year ago

justbazz4 commented 1 year ago

my npm install is catching an error after i have successfully cloned the repo. I then used npm install --force to get it done but when i run the test script ('npm test') it give me this error - Error: Cannot find module './shams' Require stack:

Any help please ?