Next.js Discord

Discord Forum

Help me

Unanswered
Little Curlew posted this in #help-forum
Open in Discord
Little CurlewOP
PS C:\Users\User\OneDrive\Desktop\new-ss> npx run dev
Watching C:\Users\User\OneDrive\Desktop\new-ss and all sub-directories not excluded by your .gitignore. Will not monitor dotfiles.
Found & ignored ./node_modules ; is listed in .gitignore
Found & ignored ./app\globals.css ; has ignored extension
Found & ignored ./next-env.d.ts ; is listed in .gitignore

Starting: dev
node:internal/modules/cjs/loader:1152
throw err;
^


{
  "name": "new-ss",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "react": "^18",
    "react-dom": "^18",
    "next": "14.2.3"
  },
  "devDependencies": {
    "typescript": "^5",
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "postcss": "^8",
    "tailwindcss": "^3.4.1",
    "eslint": "^8",
    "eslint-config-next": "14.2.3"
  }
}

1 Reply

Little CurlewOP
nvm used npm