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
Post a Comment