Next.js Discord

Discord Forum

NPM install error?

Unanswered
Pacific thread herring posted this in #help-forum
Open in Discord
Pacific thread herringOP
I keep trying to install npm to start designing but I keep getting this error and its really annoying. Can anyone help me fix this?

6 Replies

Well I mean you gotta tell it what you wanna install?
npx create-next-app@latest
@Pacific thread herring I keep trying to install npm to start designing but I keep getting this error and its really annoying. Can anyone help me fix this?
Spectacled bear
Please show the content of your folder, the reason is that it cant install anything because it doesnt find a package.json file
Well yeah that too, but if you dont have a package.json you need to actually tell it to install something and itll generate a package.json
@Jboncz Well yeah that too, but if you dont have a package.json you need to actually tell it to install something and itll generate a package.json
Spectacled bear
Exactly, but maybe he install the next project and after that modified the tsconfig file and thats why it is trying to find the package json in other directory