Microsoft Windows [Version 10.0.19044.
1865]
(c) Microsoft Corporation. All rights reserved.
C:\Users\admin>node -v
v22.11.0
C:\Users\admin>Downloads
'Downloads' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\admin>Download
'Download' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\admin>cd Downloads
C:\Users\admin\Downloads>clear
'clear' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\admin\Downloads>npx create-next-app firstApp
Need to install the following packages:
create-next-app@15.0.3
Ok to proceed? (y) y
Could not create a project called "firstApp" because of npm naming restrictions:
* name can no longer contain capital letters
C:\Users\admin\Downloads>npx create-next-app first-app
√ Would you like to use TypeScript? ... No / Yes
√ Would you like to use ESLint? ... No / Yes
√ Would you like to use Tailwind CSS? ... No / Yes
√ Would you like your code inside a `src/` directory? ... No / Yes
√ Would you like to use App Router? (recommended) ... No / Yes
√ Would you like to use Turbopack for next dev? ... No / Yes
√ Would you like to customize the import alias (@/* by default)? ... No / Yes
Creating a new Next.js app in C:\Users\admin\Downloads\first-app.
Using npm.
Initializing project with template: app-tw
Installing dependencies:
- react
- react-dom
- next
Installing devDependencies:
- typescript
- @types/node
- @types/react
- @types/react-dom
- postcss
- tailwindcss
- eslint
- eslint-config-next
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory.
Do not use it. Check out lru-cache if you want a good and tested way to coalesce
async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer
supported
npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema
instead
npm warn deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array
instead
npm warn deprecated eslint@8.57.1: This version is no longer supported. Please see
https://eslint.org/version-support for other options.
added 368 packages, and audited 369 packages in 18m
136 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
Success! Created first-app at C:\Users\admin\Downloads\first-app
▲ Next.js 15.0.3
- Local: http://localhost:3000
C:\Users\admin\Downloads\first-app>npm run dev
✓ Starting...
Attention: Next.js now collects completely anonymous telemetry regarding usage.
This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in
this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry
✓ Ready in 4.3s
○ Compiling / ...
✓ Compiled / in 8.2s (642 modules)
✓ Compiled in 1065ms (294 modules)
GET / 200 in 9376ms
○ Compiling /favicon.ico ...
✓ Compiled /favicon.ico in 6.3s (345 modules)
GET /favicon.ico 200 in 6557ms
GET / 200 in 4323ms