node.js - Uncaught Error: Cannot find module 'cheerio' Nodewebkit -


i trying develop node webkit application , trying use cheerio library. have imported using var cheerio = require("cheerio");

however when run program, following error:

uncaught error: cannot find module 'cheerio'      module.js:329 

my node_modules folder contains cheerio folder , have included in package.json file well. tried installing cheerio globally , face error.


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -

Qt4: how to send QString inside a struct via QSharedMemory -