SpiderOak / Encryptr

Encryptr is a zero-knowledge cloud-based password manager / e-wallet powered by Crypton
GNU General Public License v3.0
1.58k stars 138 forks source link

Problem when Installing #275

Open LucasRoot opened 7 years ago

LucasRoot commented 7 years ago

When I use the command "npm install" I get this:

npm WARN mocha-phantomjs@3.6.0 requires a peer of phantomjs@1.9.1 - 1.9.7-15 but none was installed.

I've already installed this packages with npm: phantomjs, mocha-phantomjs, phantomjs-prebuilt and gulp-mocha-phantomjs, but nothing works!

devgeeks commented 7 years ago

Yeah, it actually probably needs phantomjs@1.9.x installed locally or globally. I came across some of these issues updating the SpiderOak app. I'll need to give Encryptr a similar once over for use with modern npm.