gabceb / node-metainspector

Node npm for web scraping purposes. It scrapes a given URL, and returns you its title, meta description, meta keywords, an array with all the links, all the images in it, etc. Inspired by the metainspector Ruby gem
MIT License
129 stars 52 forks source link

Change cheerio version #37

Closed 9j closed 5 years ago

9j commented 7 years ago

(cheerio/index.js)'exports.version = require('./package');' <-- 0.19.0 This sentence generates errors.

"Cannot find module './package'"

and This sentence should be change to 'exports.version = require('./package,json').version;' < -- 0.22.0