bcoe / bcoe/optional-dev-dependency
Failing on windows with Node.js > v.0.12.x
- Vorherrschende Sprache
- JavaScript
- Sterne
- 5
- Forks
- 8
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
I guess you are more the expert for npm than me :D
```
> optional-dev-dependency hiredis
npm WARN invalid config access=undefined
npm WARN invalid config https-proxy=undefined
npm WARN invalid config Must be a full url with 'http://'
npm WARN invalid config init-author-url=undefined
npm WARN invalid config Must be a full url with 'http://'
npm WARN invalid config proxy=undefined
npm WARN invalid config Must be a full url with 'http://'
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files (x86)\\iojs\\node.exe" "C:\\Program Files (x86)\\iojs\\node_modules\\npm\\bin\\npm-cli.js" "install" "hiredis"
npm ERR! node v3.0.0
npm ERR! npm v2.13.3
npm ERR! code MODULE_NOT_FOUND
npm ERR! Cannot find module 'undefined'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files (x86)\\iojs\\node.exe" "C:\\Program Files (x86)\\iojs\\node_modules\\npm\\bin\\npm-cli.js" "install" "hiredis"
npm ERR! node v3.0.0
npm ERR! npm v2.13.3
npm ERR! error:0906D06C:PEM routines:PEM_read_bio:no start line
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!
npm ERR! Please include the following file with any support request:
npm ERR! C:\projects\node-redis\npm-debug.log
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Beginne damit, `npm install hiredis` unter Windows mit den gemeldeten Versionen Node.js v3.0.0 und npm v2.13.3 zu reproduzieren, und untersuche anschließend die erzeugte `npm-debug.log`. Verfolge `MODULE_NOT_FOUND`, Warnungen über ungültige Konfigurationen und den PEM-Fehler, um den betroffenen Installationspfad zu bestimmen; abgeschlossen ist die Aufgabe, wenn die optionale Abhängigkeit ohne diese Fehler installiert wird.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- javascript, node.js
- Bereich
- tooling
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100