Skip to content
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

Cannot make this work #84

Open
Scaum opened this issue Dec 16, 2018 · 5 comments
Open

Cannot make this work #84

Scaum opened this issue Dec 16, 2018 · 5 comments

Comments

@Scaum
Copy link

Scaum commented Dec 16, 2018

Hi,

So I've cloned this repo and followed the installation instructions.

When starting the server with gulp, then navigating to localhost:5555, the application isn't working properly. Angular variables are not parsed (eg: {{ loggedInUser.docCount || 0 }} ) and nothing is working.

I realised I had an error in the console: angular.lowercase is no longer defined in the latest angularJS version.

After fixing this, I now have a blank page with this error in console:
TypeError: Cannot convert string to ByteString because the character at index 512 has value 8230 which is greater than 255.

This seems like a very interesting project I would like to take a look at and build upon, is there a currently working version somewhere ?

@rowlandekemezie
Copy link
Owner

@Scaum Thanks for the update. I'm super excited that you found the project interesting.
So, the issue you were having is a dependency issue because there's no lock file to lock down the dependencies. Maybe you should focus on locking the dependencies before installing

I'm more than happy to receive the PR and let's make the project runnable by others

@superblankshark
Copy link

hi scaum, Can you tell me how you solved the dependency problem? thank you very much

@AbdoulayeNDAO12
Copy link

Hi @rowlandekemezie ! I am testing you project but i have the same issue a @Scaum .
Could you please help me?

@AbdoulayeNDAO12
Copy link

  • as

@rowlandekemezie
Copy link
Owner

@superblankshark @AbdoulayeNDAO12 @Scaum Will any of you be able to send a PR to fix the issue with dependencies and make the project runnable by others. I added Hacktoberfest label in case any of you is interested https://hacktoberfest.digitalocean.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants