while creating contract with npm create ton in final phase i get this error
[3/3] Creating your first contract...
Error: Command failed: npx blueprint create firstcontract --type counter
at checkExecSyncError (node:child_process:828:11)
at execSync (node:child_process:899:15)
at main (C:\Users\HP\AppData\Local\npm-cache\_npx\a8f70a173d7840bc\node_modules\create-ton\dist\cli.js:65:34) {
status: 1,
signal: null,
output: [ null, null, null ],
pid: 3280,
stdout: null,
stderr: null
}
what would be the problem ?
Feb 4, 2023, 1:50 PM
Are you able to run npx yourself?
It seems execution somewhy fails, maybe because it doesn't find the file.
It seems execution somewhy fails, maybe because it doesn't find the file.
Feb 4, 2023, 2:00 PM
got this error but i rarely get npm package problems so ıdk how to resolve it
even tried in powershell with admin privilage it still give me the same error but different pid
Feb 4, 2023, 2:12 PM