project_web3.0 icon indicating copy to clipboard operation
project_web3.0 copied to clipboard

Getting error after installing react-icons and ethers.

Open ghost opened this issue 3 years ago • 1 comments

after running "npm install react-icons ethers" there is no problem but after running "npm run dev", following error is getting

PS E:\web3.0> npm run dev npm ERR! Missing script: "dev" npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\YASH ASWAR\AppData\Local\npm-cache_logs\2022-03-06T01_06_17_642Z-debug-0.log PS E:\web3.0> npm run PS E:\web3.0>

ghost avatar Mar 06 '22 06:03 ghost

run npm run dev in the client folder only, you should have also installed the react-icon packages in client folder itself

chandran-jr avatar Apr 08 '22 12:04 chandran-jr