question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for CLI installation in Node 13.x

See original GitHub issue

Summary

Unable to install ghost-cli locally using yarn. However, I was able to install with npm.

Steps to Reproduce

  1. 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:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
vikaspotluri123commented, May 23, 2020

@jackHedaya version 1.14.0 was released; the engines should be in sync now 😃

0reactions
jackHedayacommented, May 21, 2020

Gotcha, looks like there’s no real issue here. I’ll close now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found