keybase / keybase/keybase-issues
keybase-installer errors out with npm '0.11.13-pre'
- Dominant language
- No language data
- Stars
- 899
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
Running the latest installer from git, I get an error about my node version. Not sure why, as the matcher in node_modules/badnode/ seems to suggest that anything >=0.10.32 should be fine. I'm running Debian squeeze/wheezy with node installed from apt-get. Details:
```
$ pwd
/home/nathan/software/node-installer/bin
$ git rev-parse HEAD
b842c4a035a905605fbdfbc0bc89c6eda24777e6
$ node --version
v0.11.13-pre
$ bash main.sh
error: Your version of node (0.11.13-pre) is not recommended; please upgrade to 0.10.32 or better
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the failure by running bin/main.sh with the reported node v0.11.13-pre environment. Start with the version check and node_modules/badnode/ matcher; done means the installer handles this version consistently with the stated >=0.10.32 requirement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, node.js
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100