Home > front end >  npx thirdweb@latest create --contract is giving error
npx thirdweb@latest create --contract is giving error

Time:02-03

When I try to run the comand it gives me error

EINVAL: invalid argument, mkdir 'C:\Users\fahim\AppData\Local\Temp\fahim\if-you-need-to-delete-this-open-an-issue-sync-disk-cache\thirdweb:cli'
details:
{
  errno: -4071,
  syscall: 'mkdir',
  code: 'EINVAL',
  path: 'C:\\Users\\fahim\\AppData\\Local\\Temp\\fahim\\if-you-need-to-delete-this-open-an-issue-sync-disk-cache\\thirdweb:cli'
}

I don't know what is causing the error.

CodePudding user response:

Seems like we have an issue with the latest version of the CLI.

Thanks for letting us know - we'll work on a fix!

In the meantime, the previous patch version should work:

npx [email protected]

  • Related