Error: File import callback not supported
Ashutsoh1729 opened this issue · 3 comments
Ashutsoh1729 commented
samwise00 commented
Hey there, please try installing all the dependancies in the package.json file with yarn or npm. You will need @chainlink/contracts
package in this specific case
mrsetia1 commented
via Yarn
yarn add @chainlink/contracts
via npm
npm install @chainlink/contracts --save
shawnesquivel commented
via Yarn
yarn add @chainlink/contracts
via npm
npm install @chainlink/contracts --save
This worked for me! Thanks! 😁