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
Have gone through steps 1-3 several times now always fails at 4 with this error:
Error: ENOENT: no such file or directory, mkdir 'C:\Users\danie\code\starknet-bootcamp\starknet-bootcamp\packages\contracts\starknet-artifacts\C:\Users\danie\code\starknet-bootcamp\starknet-bootcamp\packages\contracts\contracts\Counter.cairo'
at Object.mkdirSync (node:fs:1334:3)
at SimpleTaskDefinition.<anonymous> (C:\Users\danie\code\starknet-bootcamp\starknet-bootcamp\node_modules\@shardlabs\starknet-hardhat-plugin\src\task-actions.ts:150:16)
at Generator.next (<anonymous>)
at fulfilled (C:\Users\danie\code\starknet-bootcamp\starknet-bootcamp\node_modules\@shardlabs\starknet-hardhat-plugin\dist\task-actions.js:24:58) {
errno: -4058,
syscall: 'mkdir',
code: 'ENOENT',
path: 'C:\\Users\\danie\\code\\starknet-bootcamp\\starknet-bootcamp\\packages\\contracts\\starknet-artifacts\\C:\\Users\\danie\\code\\starknet-bootcamp\\starknet-bootcamp\\packages\\contracts\\contracts\\Counter.cairo'
}
Initial guess is that it does not support windows as the path that it is searching for is obviously generated incorrectly
The text was updated successfully, but these errors were encountered:
Have gone through steps 1-3 several times now always fails at 4 with this error:
Initial guess is that it does not support windows as the path that it is searching for is obviously generated incorrectly
The text was updated successfully, but these errors were encountered: