Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nodejs error: invalid: [email protected] /usr/lib/node_modules/inherits@2

I seem to have two versions of [email protected], although when I tried using npm dedupe it didn't remove the invalid version. How do I fix this?

├── [email protected]
├── [email protected] (inherits@2) invalid

> npm ERR! invalid: [email protected] /usr/lib/node_modules/inherits@2
> npm ERR! not ok code 0
like image 978
Cocoa Puffs Avatar asked Dec 03 '13 17:12

Cocoa Puffs


1 Answers

i took the easy out.

rm -rf the thing into oblivion

meh

like image 130
Cocoa Puffs Avatar answered Oct 08 '22 14:10

Cocoa Puffs