Issue running the npx hardhat init #5691
-
While running the following command I encounter the following issues npm install --save-dev hardhat@latest Issues:
After the following , I can see that the {
"devDependencies": {
"hardhat": "^2.22.9"
}
} After this, I run the following command which results in errors npx hardhat init Errors:
For better understanding here is the audit report
Neither the |
Beta Was this translation helpful? Give feedback.
Answered by
albertisaac12
Aug 30, 2024
Replies: 1 comment
-
Hey folks, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
albertisaac12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey folks,
The issue has been resolved. It turned out that the problem was with
npx
the system variables fornpx
were not set correctly.