-
Notifications
You must be signed in to change notification settings - Fork 120
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
Facing issue while creating solana-dapp #100
Comments
However, I got the reason why it's throwing this error. Once we install the dependencies, it just works fine. For e.g. -
@beeman However, as you said, this works with |
Yes, that was the first thing I tested. However, that doesn't get you to the desired state. For example, the script doesn't create a git repo in the new project. It also doesn't explain why it doesn't work during the script but it does work manually.
I fully agree, it should work with all package managers we officially support (currently |
Thanks 🙂 |
Should be fixed by solana-developers/template-next-tailwind-counter#2 ![]() @ap211unitech if you could verify it that would be great! |
@beeman It still doesn't working for me for ![]() |
Ok, could you share the os you're on and you node and npm versions, please? |
I am using MacBook M1 Pro. |
@beeman By the way, it just worked when I upgraded the Node and NPM version to latest which are v22.13.0 & v11.0.0 respectively. |
Regardless of - v20.11.1 |
Mainly because I didn't find a way to reproduce the issue and OP confirmed they got it working. I will take another look though. |
I just published a new version under the You can use this new verbose mode by running If you can paste the full output here I'll check if I can see where it breaks. |
Description
Hey there! I want to initialize a solana-dapp with Next.js and Anchor but it's throwing me
CreateAppError
again and again. For now, I simply cloned this repo to begin with, but this issue should be addresed as soon as possible.This issue is critical, as it's a fundamental step in setting up any Solana dApp.
The text was updated successfully, but these errors were encountered: