jprichardson / jprichardson/node-suppose
input stops randomly
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 255
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
When executing the "npm install" example the input hangs (on rPi and mac) at different but reproducable points (debug is to process.stdout):
mac (OS X10.6.8) -------->
npm init
...
Press ^C at any time to quit.
name: (ripper) awesome_package
version: (0.0.0) 0.0.1
description: It's an awesome package man!
entry point: (startRip.js)
test command: npm test
git repository: x
keywords: awesome, cool
author: JP Richardson
license: (BSD-2-Clause) ^Cimac-27_lan:ripper bickhardt$
imac-27_lan:ripper bickhardt$ node --version
v0.10.23
rPi ----------->
npm init
This utility will walk you through creating a package.json file.
It only covers the most common items, and tries to guess sane defaults.
See npm help json for definitive documentation on these fields
and exactly what they do.
Use npm install <pkg> --save afterwards to install a package and
save it as a dependency in the package.json file.
Press ^C at any time to quit.
name: (ripper) awesome_package
version: (0.0.0) 0.0.1
description: It's an awesome package man!
entry point: (testM.js)
^Cpi@raspberrypi2 ~/ripper $ node --version
v0.10.22
Any ideas?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the npm install example, specifically the npm init prompts, on the macOS and Raspberry Pi environments described, using the listed Node.js versions. Compare where input stops responding and verify that the interactive input completes without hanging on both platforms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100