Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node.js v18.20.3 [nodemon] app crashed - waiting for file changes before starting #1715

Open
1 task done
mimarc-lab opened this issue Jan 28, 2025 · 0 comments
Open
1 task done

Comments

@mimarc-lab
Copy link

Describe the bug

I have a project created in Windsurf, which I saved on my local machine. I'm using the Local Project - Alpha feature to open the files and migrate them to Bolt. However, it keeps crashing with the error:

Node.js v18.20.3 [nodemon] app crashed - waiting for file changes before starting.

Can you help troubleshoot this issue?

Link to the blitz that caused the error

https://stackblitz.com/edit/node-twymbgk8?file=README.md

Steps to reproduce

https://stackblitz.com/
go to Local Project - Alpha
Open the project file

Expected behavior

I'm using the Local Project - Alpha feature to open the files and migrate them to Bolt.

Parity with Local

Screenshots

No response

Platform

Browser name  = Chrome
Full version  = 132.0.0.0
Major version = 132
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 75646681,
  "usedJSHeapSize": 67817909,
  "jsHeapSizeLimit": 4294705152
}
Hash = 1b4252dd

Additional context

~/projects/node-twymbgk8
❯ npm install && npm run dev
npm WARN deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN deprecated [email protected]: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See ladjs/superagent#1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net
npm WARN deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated [email protected]: 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 [email protected]: Glob versions prior to v9 are no longer supported
npm WARN deprecated [email protected]: This version is no longer supported. Please see https://eslint.org/version-support for other options.
npm WARN deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead
npm WARN deprecated @humanwhocodes/[email protected]: Use @eslint/config-array instead
npm WARN deprecated [email protected]: Glob versions prior to v9 are no longer supported

added 746 packages in 20s

142 packages are looking for funding
run npm fund for details

[email protected] dev
nodemon src/server.js

[nodemon] 3.1.7
[nodemon] to restart at any time, enter rs
[nodemon] watching path(s): .
[nodemon] watching extensions: js,mjs,cjs,json
[nodemon] starting node src/server.js
Starting server initialization...

=== Initializing Subscription Routes ===
Services received: { hasDb: true, hasAdmin: true }

=== Registered Subscription Routes ===
Route: { path: '/test', methods: [ 'get' ] }
Route: { path: '/user/:userId', methods: [ 'get' ] }
Route: { path: '/creator/:creatorId', methods: [ 'get' ] }
Subscription routes initialized successfully

=== Services Initialization ===
DB instance: Present
Admin instance: Present
Error: Cannot find module '../middleware/adminAuth'
Require stack:

Node.js v18.20.3
[nodemon] app crashed - waiting for file changes before starting...
^C

~/projects/node-twymbgk8 1m 35s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant