a manual solution can just be to run `npm ls` which will indicate installed 
modules which are not present in pacakge.json with the mention 'extraneous"

On Thursday, 7 November 2013 02:35:13 UTC+1, Jamison Dance wrote:
>
> Are there any tools that will check your node project for require calls 
> that aren't in the package.json? I want to eliminate the surprises that 
> happen when a dev has a package installed locally but doesn't put it in 
> node_modules, and then the code gets deployed and blows up in a different 
> environment.
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to