-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Improve developer getting started experience #130
Comments
Thanks for opening this issue. I can reproduce the |
Given that fix the setup works just fine and you'll end up with a valid app (that is locally set up) in no time. |
This is already encoded in the packages (https://github.com/nikku/wuffle/blob/master/packages/app/package.json#L71, https://github.com/nikku/wuffle/blob/master/package.json#L32): However I agree that it should work with Node 16+ at least. |
#132 bumps to node-sass@7 so we're in principle supporting node>14 environments. |
Awesome, thanks for looking into this so quickly ❤️ |
Thanks for opening this issue ❤️ |
Hi,
I just wanted to share my pain after trying to get a dev setup running. Here are my findings on what we should improve.
What should we do?
Mention which Node version is required to run it (Node 14, as it turns out).
Node 12 failed, as the Nullish coalescing operator is not supported yet
Node 16 failed, as
node-sass@5
only works up to Node@15The first time setup using
npx wuffle
is not working. It fails withEven with an appId and a private key, I just gave up after Probot
The contents of "env.PRIVATE_KEY" could not be validated.
Why should we do it?
Makes it less frustrating to use and hack the project.
I would also like a setup to work on the frontend without having to setup a github bot, but I understand that this might not be a valid use-case.
The text was updated successfully, but these errors were encountered: