node version 6.11.1 is not available
See original GitHub issueApologies in advance if this is an easy solve, I’m very much an amateur/rookie when it comes to programming.
I’ve followed all of your steps for the deployment via now
, but the build is failing with the below error message:
> WARN! Requested node version 6.11.1 is not available
> Using Node.js 8.11.3 (default)
> https://slackin-upzeewswgi.now.sh [in clipboard] (bru1) [5s]
> Building…
> ▲ yarn
> yarn install v1.7.0
> info No lockfile found.
> [1/5] Validating package.json...
> error slackin@0.14.0: The engine "node" is incompatible with this module. Expected version "6.11.1".
> info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
> error Found incompatible module
> Error! Build failed
Any help/advice from anyone here would be extremely appreciated.
Issue Analytics
- State:
- Created 5 years ago
- Comments:11
Top Results From Across the Web
Why is my Node.js build failing because of no ... - Heroku Help
Issue. Heroku needs to know what version of Node. js to download for any app that is deployed on our platform. The convention...
Read more >Switch version of Node.js to 6.11.5 on Windows - Stack Overflow
11.5, so I'm looking to switch my node version accordingly (preferably only using npm). How can I do this? How to change to...
Read more >Install Node Version Manager (NVM) without Admin Rights
It's not only for Windows but in this post I will talk about my experience to install NVM on a Windows machine without...
Read more >Previous Releases - Node.js
Version Date V8 npm NODE_MODULE_VERSION
Node.js 19.3.0 2022‑12‑14 10.8.168.21 9.2.0 111 Downloads C...
Node.js 19.2.0 2022‑11‑29 10.8.168.20 8.19.3 111 Downloads C...
Node.js 19.1.0 2022‑11‑14 10.7.193.20 8.19.3...
Read more >How to install specific NodeJS version | by katopz - Medium
It should be easy task but apparently it's not, even with Homebrew (don't ask me to use nvm it's throw error on me...
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
Running
now shawwn/slackin
unfortunately also did not work for me.I had to input API keys twice (same when I ran
now rauchg/slackin
, and I got this error log:Changing “6.11.1” to “6.x.x” in
package.json
worked for me.