Next.js Discord

Discord Forum

Start-Process: This command cannot be run due to the error: The installation instructions are not

Unanswered
Welsh Terrier posted this in #help-forum
Open in Discord
Welsh TerrierOP
I've just reinstalled all of my dev-tools and NEXT won't run. I am getting this error when trying to "start page.js" or Next start.js

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"babel-node": "babel-node --presets='@babel/preset-env' --ignore='foo|bar|baz'"
},
"dependencies": {
"next": "^14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/node": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}

2 Replies

Welsh TerrierOP
Configurations for anything with .js suck, just sayin. Impossible to build a stable environment.
A rant is not gonna help us much. What we need is more information so that we know what the question is and whether we have enough information to make an answer better than a complete guess.

https://nextjs-forum.com/post/1138338531983491154