create next-app not asking questions
Unanswered
Cape lion posted this in #help-forum
Cape lionOP
I'm trying to create a new nextjs app but the create command is not behaving as expected. After asking for the project name it just spits the entire thing out. Expected behavior is it asking me a list of "do you wants". It is not doing it's expected behavior. With all the npm worm reports I'm hearing about this makes me feel uneasy. Anyone else getting the same result? Do you have a fix?
Tried:
yarn create next-app
npx create-next-app@latest
pnpm create next-app
Tried:
yarn create next-app
npx create-next-app@latest
pnpm create next-app