Support for CLI installation in Node 13.x
See original GitHub issueSummary
Unable to install ghost-cli
locally using yarn. However, I was able to install with npm.
Steps to Reproduce
yarn global add ghost-cli@latest
Log
error ghost-cli@1.13.1: The engine "node" is incompatible with this module. Expected version "^8.16.0 || ^10.13.0 || ^12.10.0". Got "13.12.0"
error Found incompatible module.
Environment
OS: macOS Catalina Yarn Version: 1.22.4 Node Version: 13.12.0
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
"npm does not support Node.js v13.0.0" · Issue #30066 - GitHub
yes, that's expected. The npm you get by installing with npm install -g npm is not controlled by Node.js and will have the...
Read more >Downloading and installing Node.js and npm
If you're using OS X or Windows, use one of the installers from the Node.js download page. Be sure to install the version...
Read more >Get started with Angular - CS4640 - WebPL
Use a terminal, run the following command line npm install -g @angular/cli · Verify that the ng command works as expected by running...
Read more >node.js - Unable to get Angular CLI version, though all the ...
As, the Angular CLI requires a minimum Node.js version of either v10.13 or v12.0. STEP 1: Install v12.x nvm install 12. STEP 2:...
Read more >Install Node.js Locally with Node Version Manager (nvm)
By the end of this tutorial, you should be able to install the nvm command and use it to manage different versions of...
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
@jackHedaya version 1.14.0 was released; the engines should be in sync now 😃
Gotcha, looks like there’s no real issue here. I’ll close now.