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

Error building pannel directory #36

Open
0xlxy opened this issue Jan 24, 2023 · 0 comments
Open

Error building pannel directory #36

0xlxy opened this issue Jan 24, 2023 · 0 comments

Comments

@0xlxy
Copy link

0xlxy commented Jan 24, 2023

When building the panel directory via yarn, I got the following errers:

yarn install v1.22.19
[1/4] 🔍  Resolving packages...
success Already up-to-date.
$ node-gyp rebuild
gyp info it worked if it ends with ok
gyp info using node-gyp@5.1.0
gyp info using node@14.21.1 | darwin | x64
gyp info find Python using Python version 3.10.6 found at "/usr/local/bin/python"
gyp http GET https://atom.io/download/electron/v12.2.3/node-v12.2.3-headers.tar.gz
gyp http 200 https://atom.io/download/electron/v12.2.3/node-v12.2.3-headers.tar.gz
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: There was a fatal problem while downloading/extracting the tarball
gyp ERR! stack     at Unpack.afterTarball (/Users/lixingyu/.nvm/versions/node/v14.21.1/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:212:21)
gyp ERR! stack     at Unpack.emit (events.js:400:28)
gyp ERR! stack     at Unpack.[maybeClose] (/Users/lixingyu/.nvm/versions/node/v14.21.1/lib/node_modules/npm/node_modules/tar/lib/unpack.js:217:12)
gyp ERR! stack     at Unpack.opt.ondone (/Users/lixingyu/.nvm/versions/node/v14.21.1/lib/node_modules/npm/node_modules/tar/lib/unpack.js:131:23)
gyp ERR! stack     at Unpack.emit (events.js:400:28)
gyp ERR! stack     at Unpack.[emit] (/Users/lixingyu/.nvm/versions/node/v14.21.1/lib/node_modules/npm/node_modules/tar/lib/parse.js:235:12)
gyp ERR! stack     at Unpack.[maybeEnd] (/Users/lixingyu/.nvm/versions/node/v14.21.1/lib/node_modules/npm/node_modules/tar/lib/parse.js:351:17)
gyp ERR! stack     at Unpack.[consumeChunk] (/Users/lixingyu/.nvm/versions/node/v14.21.1/lib/node_modules/npm/node_modules/tar/lib/parse.js:380:21)
gyp ERR! stack     at Unpack.write (/Users/lixingyu/.nvm/versions/node/v14.21.1/lib/node_modules/npm/node_modules/tar/lib/parse.js:315:25)
gyp ERR! stack     at Unpack.end (/Users/lixingyu/.nvm/versions/node/v14.21.1/lib/node_modules/npm/node_modules/tar/lib/parse.js:424:14)
gyp ERR! System Darwin 21.4.0
gyp ERR! command "/Users/lixingyu/.nvm/versions/node/v14.21.1/bin/node" "/Users/lixingyu/.nvm/versions/node/v14.21.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/lixingyu/Desktop/ethdenver/L2dPetForMac/panel
gyp ERR! node -v v14.21.1
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

My Personal Config: Mac M1 Pro, node v14.21.1 (tried both v16.14.0 and v12.14.1 and none worked), node-gyp v9.3.1.
Wonder if anyone has encountered a similar problem and how to solve it. Thanks!

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

1 participant