-
-
Notifications
You must be signed in to change notification settings - Fork 7
Unable to install in local space #44
Copy link
Copy link
Closed
Labels
Description
npm install galenframework-cli
> chromedriver@2.28.0 install /home/mikunze/node_modules/chromedriver
> node install.js
Downloading https://chromedriver.storage.googleapis.com/2.28/chromedriver_linux64.zip
Saving to /tmp/chromedriver/chromedriver_linux64.zip
Receiving...
Received 782K...
Received 1568K...
Received 2352K...
Received 3136K...
Received 3377K total.
Extracting zip contents
Copying to target path /home/mikunze/node_modules/chromedriver/lib/chromedriver
Fixing file permissions
Done. ChromeDriver binary available at /home/mikunze/node_modules/chromedriver/lib/chromedriver/chromedriver
> galenframework@2.3.3 install /home/mikunze/node_modules/galenframework-cli/node_modules/galenframework
> node install.js
info Running at platform: linux
info Downloading https://github.com/galenframework/galen/releases/download//galen-2.3.3/galen-bin-2.3.3.zip
info Saving to /tmp/galenframework/galen-bin-2.3.3.zip
info Receiving...
[======================================--] 96% 0.0sinfo
info Received 19314K total.
info Extracting zip contents
info Removing /home/mikunze/node_modules/galenframework-cli/node_modules/galenframework/lib/galen
info Copying extracted folder /tmp/galenframework/galen-bin-2.3.3.zip-extract-1495184075529/galen-bin-2.3.3 -> /home/mikunze/node_modules/galenframework-cli/node_modules/galenframework/lib/galen
info Writing location.js file
info Done. galen binary available at /home/mikunze/node_modules/galenframework-cli/node_modules/galenframework/lib
info Modified files: /home/mikunze/node_modules/galenframework-cli/node_modules/galenframework/lib/galen/galen.bat
> galenframework-cli@2.3.3 install /home/mikunze/node_modules/galenframework-cli
> node install.js
ERR! Galen installation failed Error: not found: galen
ERR! Galen installation failed at F (/home/mikunze/node_modules/which/which.js:78:19)
ERR! Galen installation failed at E (/home/mikunze/node_modules/which/which.js:82:29)
ERR! Galen installation failed at /home/mikunze/node_modules/which/which.js:93:16
ERR! Galen installation failed at FSReqWrap.oncomplete (fs.js:82:15)
ERR! Galen installation failed [Error: not found: galen] Error: not found: galen
ERR! Galen installation failed at F (/home/mikunze/node_modules/which/which.js:78:19)
ERR! Galen installation failed at E (/home/mikunze/node_modules/which/which.js:82:29)
ERR! Galen installation failed at /home/mikunze/node_modules/which/which.js:93:16
ERR! Galen installation failed at FSReqWrap.oncomplete (fs.js:82:15)
Happend on Ubuntu LTS 16.04
Reactions are currently unavailable