javascript - Unable to locate json module required in code (program runs fine and module is used) -


one of packages using happen require separate module want into:

var crypto = require('crypto'); 

however when try in /node_modules/ modules are, cannot find crypto module... searched accross project , module not show up...

it looks crypto part of main modules - how inside core code? look?

the crypto module part of standard library -- https://nodejs.org/dist/latest-v4.x/docs/api/crypto.html


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -