erixtekila / gitbook-plugin-richquotes

Gitbook plugin : Transform annoted quotes to notes
Apache License 2.0
49 stars 14 forks source link

dependency cheerio version #3

Closed ErnWong closed 10 years ago

ErnWong commented 10 years ago

Hello! Is it just me or is the version "^0.15.0" for the cheerio dependency incorrect? When I try to install this plugin via npm I get

Error: No compatible version found: cheerio@'^0.15.0'
erixtekila commented 10 years ago

Strange ! Would you mind change the version directly to 0.16.0 ? What happens then ?

BTW, I've re-try and got no trouble. Check twice.

ErnWong commented 10 years ago

It seems I've tangled myself into the https://github.com/npm/npm/issues/4984 mess, so sorry about that! I've tried updating npm and reinstalled node.js, but with no luck, I got the same error using npm install.

I'll try reinstalling npm again.

ErnWong commented 10 years ago

Okay, the problem lies in my organisation skills: I had installed two versions of node.js in different folders (older 32-bit in /Program Files/ folder and 64-bit in /Program Files (x86)/ folder ), and I was updating the version I'm not using!

Sorry for bothering you. Everything works fine now!