Trying to install mathlive but getting a node version error
See original GitHub issueDescription
I am using node 16.14.0. When trying to install mathlive, I get the following error
error @cortex-js/compute-engine@0.4.4: The engine "node" is incompatible with this module. Expected version ">=17.8.0". Got "16.14.0"
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Problems in the contribution guide · Issue #311 · arnog/mathlive
I followed the contribution guide for start development and npm start and npm run build commands giving the error. missing script: watch-js.
Read more >Error npm is known not to run on Node.js v10.24.1 and how to ...
Try these: Download and install the latest version of nodejs. Open you terminal and verify you have the latest version using node -v...
Read more >MathLive Changelog - CortexJS
Bug Fixes. #1669 Don't attempt to get the local URL base when using absolute URLs. ... check the correct version of node and...
Read more >module not found: error: can't resolve 'https' - You.com | The AI ...
and installing the packages from the error message changes nothing. I have node v17.6.0 and npm version 8.5.1. I am on macOS. Please,...
Read more >npm does not support Node.js v SOLVED - YouTube
How to solve npm does not support Node.js v16.10.0 You should probably upgrade to a newer version of node as we npm ERR!...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Great thanks
I’ve tested with the LTS version
16.14.2
and it works with it, so I’ve adjusted the requirements to this version instead of17.8.0
.