I'm trying to install nightmare module to my project but i'm facing some problems.
When i run npm install nightmare --save
it all works , and npm returns OK but visual studios says that i reached the max character limit , because of nightmare deeply nested dependencies.The project is already in the shortest path , but the modules still go over the character limit.
Im running windows 10 x64 bit , node v 4.1.0 , npm 2.14.3, visual studios 2015 community with NTVS 1.0 .
I know its a common bug and i searched the web for it , but couldn't find a proper solution.Help is much appreciated
Cheers!