-
Notifications
You must be signed in to change notification settings - Fork 166
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
can't install #143
Comments
update: |
ok nm errors are back when |
seems ok but need to find and replace all the occurrences of |
maybe the final node-gyp make error still turning up seems to be a result of There's an error with compiling and deploying contracts due to some pragmas stipulating But this is progress! |
hmm maybe the solc problem is because i'm importing from |
truffle
I guess the compiler still needs to be consistent across imported files... |
working from here in case anyone is interested: https://github.com/folia-app/subdomain-registrar |
ok i imported all the old solc versions of ethregistrar directly into the repo and i'm able to compile! |
How did it end up working for you @okwme ? |
i've been running into the dreaded node-gyp errors all day. After re-installing a number of different versions of node i've gotten to a new install error:
git dep preparation failed
andnpm ERR! The git reference could not be found
.Would be great to have the versions of node and npm specified in
package.json
or other explicit versioning so that the repo installs as expected. I've received the same errors from the github dev environments that should be expected to be a little more consistent than my personal dev env. Still even if the code is old I'd hope the version control was working. Any ideas what I've got misconfigured?The text was updated successfully, but these errors were encountered: