You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says. Run the following: echo | pnpm create fuels --pnpm && cd my-fuel-project && pnpm fuels dev, wait for the node to spin up and deploy the contracts, then kill it with CTRL+C, run pnpm fuels dev again and you'll get an error:
Error: Address already in use (os error 98)
Error: Address already in use (os error 98)
Error: Address already in use (os error 98)
fuel-core node under pid xxxx does not exist. The node might have been killed before cleanup was called. Exiting cleanly.
The text was updated successfully, but these errors were encountered:
nedsalk
changed the title
Exiting fuels dev with CTRL+C doesn't kill fuel-core node
Exiting fuels dev with CTRL+C (SIGINT) doesn't kill fuel-core node
Aug 6, 2024
nedsalk
changed the title
Exiting fuels dev with CTRL+C (SIGINT) doesn't kill fuel-core node
Exiting fuels dev prematurely with CTRL+C (SIGINT) doesn't kill fuel-core node
Aug 6, 2024
nedsalk
changed the title
Exiting fuels dev prematurely with CTRL+C (SIGINT) doesn't kill fuel-core node
Exiting fuels dev with CTRL+C (SIGINT) doesn't kill fuel-core node
Aug 27, 2024
As the title says. Run the following:
echo | pnpm create fuels --pnpm && cd my-fuel-project && pnpm fuels dev
, wait for the node to spin up and deploy the contracts, then kill it withCTRL+C
, runpnpm fuels dev
again and you'll get an error:The text was updated successfully, but these errors were encountered: