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

php - Hide output during test execution -

javascript - Migrate custom AngularJS filter from 1.2.28 to 1.4.x -

Update Magento products with multiple images -