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
Description
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
Labels
No labels