Bug 1031718 - npm modules installed on a nodejs application are not displayed
Summary: npm modules installed on a nodejs application are not displayed
Keywords:
Status: CLOSED DUPLICATE of bug 1031725
Alias: None
Product: OKD
Classification: Red Hat
Component: Image
Version: 2.x
Hardware: All
OS: All
medium
medium
Target Milestone: ---
: ---
Assignee: Ben Parees
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks: 1031723 1031725
TreeView+ depends on / blocked
 
Reported: 2013-11-18 15:31 UTC by Nikhil Mone
Modified: 2018-12-03 20:43 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1031723 1031725 (view as bug list)
Environment:
Last Closed: 2014-01-16 15:47:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Nikhil Mone 2013-11-18 15:31:04 UTC
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:

Comment 1 Ben Parees 2014-01-14 22:41:45 UTC
Nikhil, can we close this and track your issue under 1031725, where there has been more discussion?

Comment 2 Ben Parees 2014-01-16 15:47:03 UTC

*** This bug has been marked as a duplicate of bug 1031725 ***


Note You need to log in before you can comment on or make changes to this bug.