-
Notifications
You must be signed in to change notification settings - Fork 45
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
Fails to build from "Deploy on Netlify" button #3
Comments
Adding a .nvmrc file with content of |
Hey @philhawksworth! Super cool project and I really wanted to play around with it, but I can confirm that Netlify deploy button doesn't work. 12:27:57 AM: error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4 <=9". Got "10.16.1"
12:27:57 AM: error Found incompatible module. After that I have updated all the dependencies to the latest versions but looks like it's not the only issue:
Do you have any plans fixing it or can you assist in debugging it, please? |
I have it fixed in #4 You can deploy from that fork until this is merged... https://app.netlify.com/start/deploy?repository=https://github.com/jacebenson/linkylinky Or if you have you're own fork. create a file at ./.nvmrc with a value of 8.9.0 like it is here; |
Here's the output;
The text was updated successfully, but these errors were encountered: