ABOUT AN SyntaxError: Identifier 'network' has already been declared #3168
Unanswered
dhawantomar
asked this question in
Q&A
Replies: 1 comment
-
The code for |
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.
-
Error: ERROR processing skip func of /home/tomar_windows/hardhat-fund-me/deploy/01-deploy-fund-me.js:
/home/tomar_windows/hardhat-fund-me/deploy/01-deploy-fund-me.js:4
const { network } = require("hardhat");
^
SyntaxError: Identifier 'network' has already been declared
THIS IS COMING IN TERMINAL WHEN I RUN yarn hardhat deploy --tags mocks
Beta Was this translation helpful? Give feedback.
All reactions