Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

NPM uninstall error with fstream as a dependency #5

Open
@rrjamie

Description

@rrjamie

I just ran in to this after upgrading to node 0.6.12.

If we have a project with fstream as a dependency:

{
"name": "test",
    "version": "1.0.0",
    "dependencies": {
        "fstream": "0.1.11"
    },
    "engine": "node 0.6.2"
}

Then (works):

 npm -g install .

Then (all kinds of fail):

sudo npm -g uninstall test

Error: UNKNOWN, unknown error '/usr/local/lib/node_modules/test/node_modules/fstream/examples/path/to'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions