Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Issue #438

Open
CryptoChannnn opened this issue Apr 13, 2022 · 2 comments
Open

Run Issue #438

CryptoChannnn opened this issue Apr 13, 2022 · 2 comments

Comments

@CryptoChannnn
Copy link

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.

image

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

@0xjojoex
Copy link
Collaborator

Can you try pull and yarn again?
The reason is we have postinstall script on token-list, but it's not triggered in root repo

@ekawibisono
Copy link

hello,
i have same a issue,
image
image
Thanks @chef-jojo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@ekawibisono @0xjojoex @CryptoChannnn and others