This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
couldn't run a local node #426
hackernode02
started this conversation in
General
Replies: 1 comment
-
tell me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
after
pnpm services:setup
got an error:
`node:events:491
throw er; // Unhandled 'error' event
^
Error: spawn forc ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:476:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Emitted 'error' event on ChildProcess instance at:
at ChildProcess._handle.onexit (node:internal/child_process:289:12)
at onErrorNT (node:internal/child_process:476:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -2,
code: 'ENOENT',
syscall: 'spawn forc',
path: 'forc',
spawnargs: [ 'build', '-p', './packages/contracts/token_contract' ]
}`
please advice
Beta Was this translation helpful? Give feedback.
All reactions