-
Notifications
You must be signed in to change notification settings - Fork 44
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
npm error while installing truffle-next in windows #40
Comments
I'm having the same problem using Fedora, so it's not Windows related. I tried different node version but got no luck. |
Problem persists in mac as well, any solution? |
Same issue on Ubuntu. |
Anyone want to try to contribute on this? Happy to help. |
The unbox is all outdated. I just made a truffle and nextjs project manually.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recently thought of working on a project using truffle and next-js so wanted to install the truffle-next box
However, I encountered some issues, a big list of npm errors
I am copy-pasting the entire list of errors below
× Setting up box
Unbox failed!
× Setting up box
Unbox failed!
Error: Command failed: cd client && npm install && npm run link-contracts
npm ERR! code 128
npm ERR! git dep preparation failed
npm ERR! command C:\Program Files\nodejs\node.exe C:\Users\harsh\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js install --force --cache=C:\Users\harsh\AppData\Local\npm-cache --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit
npm ERR! npm WARN using --force Recommended protections disabled.
npm ERR! npm ERR! code 128
npm ERR! npm ERR! command failed
npm ERR! npm ERR! command git --no-replace-objects ls-remote ssh://[email protected]/gulpjs/gulp.git
npm ERR! npm ERR! [email protected]: Permission denied (publickey).
npm ERR! npm ERR! fatal: Could not read from remote repository.
npm ERR! npm ERR!
npm ERR! npm ERR! Please make sure you have the correct access rights
npm ERR! npm ERR! and the repository exists.
npm ERR!
npm ERR! npm ERR! A complete log of this run can be found in:
npm ERR! npm ERR! C:\Users\harsh\AppData\Local\npm-cache_logs\2022-02-06T06_56_50_418Z-debug.log
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\harsh\AppData\Local\npm-cache_logs\2022-02-06T06_56_52_199Z-debug.log
Truffle v5.4.32 (core: 5.4.32)
Node v16.13.2
I am using Windows 11, along with the version of Node and Truffle as specified above
Does anyone have a resolve to this issue?
The text was updated successfully, but these errors were encountered: