Skip to main content

TurbineJs Troubleshooting

Common troubleshooting errors and resolution steps for TurbineJs.

npm Version errors

In some cases when you are running an out of date npm version, you may encounter the following error:

Initializing application "liveapp" in "/your/local/path/liveapp"...
Error: npm notice 
npm notice New minor version of npm available! 8.5.0 -> 8.6.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.6.0>
npm notice Run `npm install -g [email protected]` to update!
npm notice 
npm notice 
npm notice New minor version of npm available! 8.5.0 -> 8.6.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.6.0>
npm notice Run `npm install -g [email protected]` to update!
npm notice

To resolve this issue simply update your npm version by running:

$ npm update

Other Turbine Errors

If you are running into any other errors related to Turbine, see the Turbine Troubleshooting documentation.

Need additional assistance? Contact our team directly at [email protected] or join the Meroxa Discord Community. We are happy to help!