Bug 1031723 - npm modules installed on a nodejs application are not displayed
Summary: npm modules installed on a nodejs application are not displayed
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: ImageStreams
Version: 2.0.0
Hardware: All
OS: All
medium
medium
Target Milestone: ---
: ---
Assignee: Jason DeTiberus
QA Contact: libra bugs
URL:
Whiteboard:
Depends On: 1031718 1031725
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-18 15:43 UTC by Nikhil Mone
Modified: 2018-12-03 20:43 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1031718
Environment:
Last Closed: 2014-03-25 15:03:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Nikhil Mone 2013-11-18 15:43:10 UTC
+++ This bug was initially created as a clone of Bug #1031718 +++

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:


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