| Summary: | npm modules installed on a nodejs application are not displayed | |||
|---|---|---|---|---|
| Product: | OKD | Reporter: | Nikhil Mone <nmone> | |
| Component: | Image | Assignee: | Ben Parees <bparees> | |
| Status: | CLOSED DUPLICATE | QA Contact: | libra bugs <libra-bugs> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 2.x | CC: | bparees, jsenshar, nmone | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | All | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1031723 1031725 (view as bug list) | Environment: | ||
| Last Closed: | 2014-01-16 15:47:03 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1031723, 1031725 | |||
Nikhil, can we close this and track your issue under 1031725, where there has been more discussion? *** This bug has been marked as a duplicate of bug 1031725 *** |
Description of problem: npm modules installed on a nodejs application are not shown at 'npm ls' or 'npm ls --json' Version-Release number of selected component (if applicable): How reproducible: Everytime Steps to Reproduce: 1. Create a nodejs application 2. add a dependency/dependencies in "package.json". For eg : "dependencies": { "yo": "1.x.x", "compass": "0.x", "bower": "1.x" }, 3. git add>commit>push, the output shows npm modules are installed. 4. ssh to the application and run 'npm ls --json' or 'npm ls' it does not return the installed npm modules. Actual results: ssh to the application and run 'npm ls --json' or 'npm ls' it does not return the installed npm modules. Expected results: It should list the installed npm modules Additional info: