-
Notifications
You must be signed in to change notification settings - Fork 6
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
Unable to build project #1
Comments
As commit of ef16370, I update a trick that add react as dev-dependencies to trick Next.js, but we actually use Preact. |
I’ll leave this issue opened, as I am still not sure if we could build without React.js. |
Hi @aomkirby123 So I went out and tried the repo, and it worked great! Except a few things I noted:
You could probably replace the start and dev scripts to look like this:
Overall you've done a great job here. These are more or less optional to do as you could probably just note to us an MS-DOS shell for the scripts and avoid using beta.3 for stability purposes but otherwise this is pretty much good. UPDATE: I've submitted a pull request that updates the scripts to be a little more system compatible. The second point can be ignored for now while I escalate this issue with the preact team. UPDATE 2: |
This is just a direct escalation as I'm trying to find out how to make nextjs work with Preact X. As I noted here, I was unable to build your repository. I cloned from the master branch and started with "yarn run build" and came up with the error of not being able to find React:
The text was updated successfully, but these errors were encountered: