-
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
.packages/create-awesome-node-app/index.js my-app not working #32
Comments
@VoidVampire hey! thanks for opening this issue 😊 quick questions to understand the error:
cd /tmp
fnm use 18
npm i -g create-awesome-node-app@latest
create-awesome-node-app my-app |
@VoidVampire here you can update the code locally to print the error you are getting
you will need to build the code again before giving it a try |
I rebuilded and console logged "Error ->>>>>>>>>>" and the error itself: https://codeshare.io/createnodeappissue |
@VoidVampire seems to be a timeout error. Can you try doing a curl to that endpoint? curl https://raw.githubusercontent.com/nanlabs/frontend-reference/main/examples.json |
oh ok, that means you are having problems trying to fetch stuff from github 🤔 it could be a networking issue or something else. Not sure how exactly I can help on that. Can you send me the output of the following command? create-awesome-node-app --info |
|
Possible Solutions:
After performing these checks, you should be able to determine the cause of the issue and take appropriate actions. If the problem persists, consider seeking help on Fedora or GitHub support forums, as it may be specific to your environment or configuration. |
@VoidVampire let me know if there is something else I can do to help! |
@ulises-jeremias Hi, so adding 8.8.8.8 to dns sovled the issue, thanks for it. Also, I apologise it's been just few weeks since I have started using linux (fedora) and I never had this issue on windows so I couldn't figure out this on my own. So this issue is resolved. |
Since this issue is solved, I will close the issue with this comment and put my other issues elsewhere |
Describe the bug
https://github.com/Create-Node-App/create-node-app#running-locally
I am having issue running the last command on Fedora 38 which is : .packages/create-awesome-node-app/index.js my-app
Expected Behavior
it should start creating node app
Current Behavior
getting error
Reproduction Steps
https://github.com/Create-Node-App/create-node-app#running-locally
Possible Solution
No response
Additional Information/Context
Version used
latest of everything except node since it used v18
Environment details (OS name and version, etc.)
Fedora 38
The text was updated successfully, but these errors were encountered: