smartcontractkit / full-blockchain-solidity-course-js

Learn Blockchain, Solidity, and Full Stack Web3 Development with Javascript
12.01k stars 2.91k forks source link

doesn't upload deploy task #5390

Open cryptocambi opened 1 year ago

cryptocambi commented 1 year ago

Lesson

Lesson 7

Could you please leave a link to the timestamp in the video where this error occurs? (You can right click a video and "copy video URL at current time")

https://youtu.be/gyMwXuJrbJQ

Operating System

Windows

Describe the bug

Hi all,

I am running the command to add hardhat-deploy dependency "yarn add --dev hardhat-deploy" it upload it without give me error. However, when I run "yarn hardhat" to check the task. The deploy task is not included.

Any clue how can I solve this issue?

Thank

alymurtazamemon commented 1 year ago

@cryptocambi Did you add require("hardhat-deploy") in hardhat.config.js file?

And for your code-related questions please come to the discussions tabs. Issues are only for course-related issues.

cryptocambi commented 1 year ago

Yes, I did

alymurtazamemon commented 1 year ago

@cryptocambi Then it should show that! give me your repository link.