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

NPM uninstall error with fstream as a dependency #5

Open
rrjamie opened this issue Mar 10, 2012 · 2 comments
Open

NPM uninstall error with fstream as a dependency #5

rrjamie opened this issue Mar 10, 2012 · 2 comments

Comments

@rrjamie
Copy link

rrjamie commented Mar 10, 2012

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'
@logicalparadox
Copy link

Any word on this? I have been getting the same error but it happens on install. Specifcally, node-gyp.

Node v0.6.13 (and v0.6.12), npm 1.1.9.

/cc @TooTallNate

@logicalparadox
Copy link

Update: was able to work around this by going in and deleting node-gyp/fstream manually from my global node_modules and reinstalling from scratch. I'm not sure if this will happen again when needing to update next time around.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants