HAVING TROUBLES RUNNING "yarn hardhat" on video 9hr 16min #4674
Unanswered
ogbambam365
asked this question in
Q&A
Replies: 1 comment
-
@ogbambam365 I think in your hardhat file you specified this path for your If you still face the issue then please leave your repo link. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
s@DESKTOP-G7NMAD3:~/hh-fcc/ethers-simple-storage/hardhat-simple-storage-fcc$ yarn hardhat
yarn run v1.22.19
warning ../package.json: No license field
$ /home/s/hh-fcc/ethers-simple-storage/hardhat-simple-storage-fcc/node_modules/.bin/hardhat
An unexpected error occurred:
Error: Cannot find module './taskS/block-number'
Require stack:
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15)
at Function.Module._load (node:internal/modules/cjs/loader:841:27)
at Module.require (node:internal/modules/cjs/loader:1061:19)
at require (node:internal/modules/cjs/helpers:103:18)
at Object. (/home/s/hh-fcc/ethers-simple-storage/hardhat-simple-storage-fcc/hardhat.config.js:4:1)
at Module._compile (node:internal/modules/cjs/loader:1159:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1213:10)
at Module.load (node:internal/modules/cjs/loader:1037:32)
at Function.Module._load (node:internal/modules/cjs/loader:878:12)
at Module.require (node:internal/modules/cjs/loader:1061:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/home/s/hh-fcc/ethers-simple-storage/hardhat-simple-storage-fcc/hardhat.config.js',
'/home/s/hh-fcc/ethers-simple-storage/hardhat-simple-storage-fcc/node_modules/hardhat/internal/core/config/config-loading.js',
'/home/s/hh-fcc/ethers-simple-storage/hardhat-simple-storage-fcc/node_modules/hardhat/internal/cli/cli.js'
]
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Beta Was this translation helpful? Give feedback.
All reactions