PS D:\siyantransit> npm install    
npm warn deprecated @esbuild-kit/esm-loader@2.6.5: Merged into tsx: https://tsx.is
npm warn deprecated @esbuild-kit/core-utils@3.3.2: Merged into tsx: https://tsx.is

added 479 packages, and audited 480 packages in 3m

64 packages are looking for funding
  run `npm fund` for details

11 vulnerabilities (3 low, 8 moderate)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
npm notice
npm notice New major version of npm available! 10.9.2 -> 11.5.2
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.5.2
npm notice To update run: npm install -g npm@11.5.2
npm notice
PS D:\siyantransit> npm run db:push

> rest-express@1.0.0 db:push
> drizzle-kit push

No config path provided, using default 'drizzle.config.ts'
Reading config file 'D:\siyantransit\drizzle.config.ts'
DATABASE_URL, ensure the database is provisioned
PS D:\siyantransit> npm run dev

> rest-express@1.0.0 dev
> NODE_ENV=development tsx server/index.ts

'NODE_ENV' is not recognized as an internal or external command,
operable program or batch file.
PS D:\siyantransit> npm install -g npm@11.5.2

added 1 package in 18s

25 packages are looking for funding
  run `npm fund` for details
PS D:\siyantransit> npm fund
rest-express@1.0.0
├── https://github.com/sponsors/tannerlinsley
│   └── @tanstack/react-query@5.60.5, @tanstack/query-core@5.60.5
├── https://polar.sh/cva
│   └── class-variance-authority@0.7.1
├── https://github.com/sponsors/kossnocorp
│   └── date-fns@3.6.0
├─┬ https://opencollective.com/express
│ │ └── express@4.21.2
│ ├── https://github.com/sponsors/sindresorhus
│ │   └── merge-descriptors@1.0.3, @alloc/quick-lru@5.2.0, binary-extensions@2.3.0, string-width@5.1.2
│ ├── https://github.com/sponsors/ljharb
│ │   └── qs@6.13.0, side-channel@1.0.6, call-bind@1.0.7, function-bind@1.1.2, define-data-property@1.1.4, gopd@1.0.1, has-property-descriptors@1.0.2, get-intrinsic@1.2.4, has-proto@1.0.3, has-symbols@1.0.3, object-inspect@1.13.2, resolve@1.22.8, is-core-module@2.15.1, supports-preserve-symlinks-flag@1.0.0
│ └── https://github.com/sponsors/feross
│     └── safe-buffer@5.2.1, run-parallel@1.2.0, queue-microtask@1.2.3
├── https://github.com/sponsors/ai
│   └── nanoid@5.1.5, nanoid@3.3.11
├── https://github.com/sponsors/jaredhanson
│   └── passport@0.7.0
├── https://github.com/sponsors/gpbl
│   └── react-day-picker@8.10.1
├── https://opencollective.com/react-hook-form
│   └── react-hook-form@7.55.0
├── https://github.com/sponsors/dcastil
│   └── tailwind-merge@2.6.0
├── https://github.com/sponsors/Wombosvideo
│   └── tw-animate-css@1.2.5
├── https://github.com/sponsors/colinhacks
│   └── zod@3.24.2
├─┬ https://opencollective.com/postcss/
│ │ └── autoprefixer@10.4.20, postcss@8.4.47, postcss-js@4.0.1, postcss-load-config@4.0.2, postcss-nested@6.2.0
│ └── https://github.com/sponsors/rawify
│     └── fraction.js@4.3.7
├── https://github.com/vitejs/vite?sponsor=1
│   └── vite@5.4.19
├── https://opencollective.com/parcel
│   └── lightningcss@1.29.2, lightningcss-win32-x64-msvc@1.29.2
├─┬ https://opencollective.com/babel
│ │ └── @babel/core@7.26.0
│ └── https://opencollective.com/browserslist
│     └── browserslist@4.24.2, caniuse-lite@1.0.30001677, update-browserslist-db@1.1.1
├─┬ https://github.com/privatenumber/get-tsconfig?sponsor=1
│ │ └── get-tsconfig@4.8.1
│ └── https://github.com/privatenumber/resolve-pkg-maps?sponsor=1
│     └── resolve-pkg-maps@1.0.0
├─┬ https://paulmillr.com/funding/
│ │ └── chokidar@3.6.0
│ └── https://github.com/sponsors/jonschlinkert
│     └── picomatch@2.3.1
├── https://github.com/sponsors/antonk52
│   └── lilconfig@3.1.3
└── https://github.com/sponsors/isaacs
    └── glob@10.4.5, foreground-child@3.3.0, signal-exit@4.1.0, jackspeak@3.4.3, minimatch@9.0.5, path-scurry@1.11.1

PS D:\siyantransit> npm run db:push

> rest-express@1.0.0 db:push
> drizzle-kit push

No config path provided, using default 'drizzle.config.ts'
Reading config file 'D:\siyantransit\drizzle.config.ts'
DATABASE_URL, ensure the database is provisioned
PS D:\siyantransit> npm run dev

> rest-express@1.0.0 dev
> NODE_ENV=development tsx server/index.ts

'NODE_ENV' is not recognized as an internal or external command,
operable program or batch file.
PS D:\siyantransit> 