I am trying to create a website on Ubuntu 24 (free tier).
I ran npx create-next-app@latest travel-community
but it always gets stuck at reify:@next/swc-darwin-arm64: timing reifyNode:node_modules/@next/swc-darwin-x64 Completed in 315ms
.
I am connecting to AWS using SSH from VS Code.
Till now I ran sudo apt update sudo apt install nodejs npm mysql-server
ubuntu@ip-172-31-31-149:~$ node -v
v18.19.1
ubuntu@ip-172-31-31-149:~$ npm -v
9.2.0
Can someone please help.
I have stopped and restartted the instance, even created new instance but above is same.
Train is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.