chobyn
chobyn
> deploy.sh error: > > Error: ENOENT: no such file or directory, mkdir '/Users/cecilia-xiaoyu/code/pancakeswap-frontend-hardhat-testnet/deployments/31337' at Object.mkdirSync (node:fs:1336:3) at writeAddr (/Users/cecilia-xiaoyu/code/pancakeswap-frontend-hardhat-testnet/hardhat-token/scripts/artifact_log.js:19:8) at main (/Users/cecilia-xiaoyu/code/pancakeswap-frontend-hardhat-testnet/hardhat-token/scripts/deploy.js:29:11) at processTicksAndRejections (node:internal/process/task_queues:96:5) { errno: -2, syscall:...
Have you turned on the Hardhat network?
> Yes, Hardhat network is running using `sh serve.sh` & Still I'm facing this issue. Do you run `sh start.sh` under node version 12?
Please make sure you run `sh start.sh` under the node version 12 after successfully deploying all the contract(`sh deploy.sh`) and let me know the result, thanks.