-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
protractor Mac OS and Ubuntu #85
Comments
Thanks for reporting this, i'll take a look at it tomorrow for you |
@pilsy I discovered clever yesterday and I would like to start my new project with it.. |
Same issue on OS X 10.11.1. |
Skipping protractor installation (-S) worked for me |
Your welcome @artuan 👍 @ilmesi That is spot on, and usually something that i do anyway (since Protractor is the last step in the installation/init process even when Protractor installation fails everything is still technically fully setup and ready to go) @artuan Are you by any chance behind a proxy? if so you might need to set your HTTP_PROXY and HTTPS_PROXY environment variables? If it's not that i would suggest running |
@pilsy Unfortunately both solutions are not working :/ `npm run-script setup-protractor
Loading "Gruntfile.js" tasks...ERROR
Aborted due to warnings. npm ERR! Darwin 15.3.0 npm ERR! Please include the following file with any support request:
Aborted due to warnings.` |
The "Cannot find module 'utils'" error is caused by not setting your NODE_PATH, take a look at http://cleverstack.io/documentation/backend/#setting-your-node-path |
@pilsy It worked! Thank you for the support. |
As @artuan have mentioned, setting the NODE_PATH worked for me as well. Perhaps the cleverstack-cli needs a tweak to set this environment variable when running the PS: I've asked a question in this issue, but I've already removed it because I've gotten its answer from reading the docs, by understanding stuff behind the hood of CleverStack. Thank you @pilsy for this great work, I'm doing my best to learn to use it properly! |
Hello,
I've tried to install clever on mac os El Capitan(10.11.3)
With this error:
Then I tried install cleaver on ubuntu server also without success.
Error:
Haw can I solve this?
Thank you
The text was updated successfully, but these errors were encountered: