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
I tried to run the toolkit, firstly I had to install yarn to I did yarn install but every time when it's almost finished installed I got the following error message.
I tried to run the toolkit, firstly I had to install yarn to I did yarn install but every time when it's almost finished installed I got the following error message.
Output:
yarn run v1.22.18
$ typechain --out-dir src/utils/abi/types --target=ethers-v5 "src/utils/abi/*.json"
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module 'C:\Users\kylee\Desktop\Fork\pancake-toolkit-master\node_modules\node_
modules\typechain\dist\cli\cli.js'
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
at node:internal/main/run_main_module:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v17.9.0
The text was updated successfully, but these errors were encountered: