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
pnpm run dev
WARN Unsupported engine: wanted: {"node":"18.x"} (current: {"node":"v20.9.0","pnpm":"8.9.2"})
> mud-template-vanilla@ dev /home/arthur/Documents/_Partavate/code/bobs-amazing-game
> concurrently -n contracts,client -c cyan,magenta "cd packages/contracts && pnpm run dev" "cd packages/client && pnpm run dev"
[client]
[client] > [email protected] dev /home/arthur/Documents/_Partavate/code/bobs-amazing-game/packages/client
[client] > wait-port localhost:8545 && vite
[client]
[contracts]
[contracts] > [email protected] dev /home/arthur/Documents/_Partavate/code/bobs-amazing-game/packages/contracts
[contracts] > pnpm mud dev-contracts
[contracts]
[client] Waiting for localhost:8545..(node:75482) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js.
[contracts] (Use `node --trace-warnings ...` to show where the warning was created)
[contracts] (node:75482) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
[contracts] running "forge clean"
[contracts] null
[contracts] file:///home/arthur/Documents/_Partavate/code/bobs-amazing-game/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@latticexyz/common/dist/foundry.js:2
[contracts] Error running "${g}"`),new Error(c)}}export{d as anvil,w as cast,O as forge,n as getForgeConfig,x as getOutDirectory,P as getRpcUrl,y as getScriptDirectory,l as getSrcDirectory,m as getTestDirectory};
[contracts] ^
[contracts]
[contracts] Error: Command failed with ENOENT: forge clean
[contracts] spawn forge ENOENT
[contracts] Error running "forge clean"
[contracts] at s (file:///home/arthur/Documents/_Partavate/code/bobs-amazing-game/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@latticexyz/common/dist/foundry.js:2:24)
[contracts] at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
[contracts] at async O (file:///home/arthur/Documents/_Partavate/code/bobs-amazing-game/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@latticexyz/common/dist/foundry.js:1:548)
[contracts] at async Object.handler (file:///home/arthur/Documents/_Partavate/code/bobs-amazing-game/node_modules/.pnpm/@[email protected][email protected]/node_modules/@latticexyz/cli/dist/mud.js:14:4549)
[contracts]
[contracts] Node.js v20.9.0
[contracts] ELIFECYCLE Command failed with exit code 1.
[contracts] cd packages/contracts && pnpm run dev exited with code 1
[client] ............................................................................................^C ELIFECYCLE Command failed.
[client] cd packages/client && pnpm run dev exited with code SIGINT
ELIFECYCLE Command failed
The text was updated successfully, but these errors were encountered:
Documenting the error discussed on Thursday.
The text was updated successfully, but these errors were encountered: