phearjs icon indicating copy to clipboard operation
phearjs copied to clipboard

Not able to install @ Windows 10 x64

Open AymanEG opened this issue 8 years ago • 1 comments

Hello there,

I tried to install @ Windows ,but failed , ofcourse I dont have memcached ,butI do have bitnami stack which I can install through : https://bitnami.com/stack/memcached

Anyway I am not interested in caching now,so 1- I have Node js installed 2- I have phantom js last version 3- No Memcached yet 4- Followed this code :

git clone https://github.com/Tomtomgo/phearjs.git
cd phearjs
npm install

The installation create error and debug log is attached.

npm-debug.txt

Now starting the service with : node phearjs , getting this error

module.js:471
    throw err;
    ^

Error: Cannot find module 'C:\Bitnami\phearjs\phearjs'
    at Function.Module._resolveFilename (module.js:469:15)
    at Function.Module._load (module.js:417:25)
    at Module.runMain (module.js:604:10)
    at run (bootstrap_node.js:394:7)
    at startup (bootstrap_node.js:149:9)
    at bootstrap_node.js:509:3

AymanEG avatar Jan 05 '17 14:01 AymanEG

Same here on Win10x64....

themenucha avatar Aug 20 '17 10:08 themenucha