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

5.22.9 has a Node version mismatch and breaks Ngrok #618

Open
jassent opened this issue Jan 20, 2025 · 0 comments
Open

5.22.9 has a Node version mismatch and breaks Ngrok #618

jassent opened this issue Jan 20, 2025 · 0 comments

Comments

@jassent
Copy link

jassent commented Jan 20, 2025

When running the 5.22.9 package. The following error displays upon "npm start" or "twilio serverless start". On my machine I do have nvm installed and don't even have node.js 20.18.1 installed.

WARNING Different Node.js Version Found
│
│ You are currently running Node.js 20.18.1 on this local machine. The production environment for Twilio Serverless currently supports versions 16.,18.x.
│
│ When you deploy to Twilio Serverless, you may encounter differences between local development and production.
│
│ For a more accurate local development experience, please switch your Node.js version.
│ A tool like nvm (https://github.com/creationix/nvm) can help.

When trying to use the Ngrok switch (twilio serverless start --ngrok=xxxxxx --port=3000), the span UNKNOWN error appears and Ngrok will not launch. Manually starting Ngrok works fine.

WARNING Different Node.js Version Found
│
│ You are currently running Node.js 20.18.1 on this local machine. The production environment for Twilio Serverless currently supports versions 16.,18.x.
│
│ When you deploy to Twilio Serverless, you may encounter differences between local development and production.
│
│ For a more accurate local development experience, please switch your Node.js version.
│ A tool like nvm (https://github.com/creationix/nvm) can help.


│ ERROR
│
│ spawn UNKNOWN
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