Grasia / teem

Teem is a web tool and mobile app for collaboration in communities, which facilitates onboarding of newcomers

Home Page:http://teem.works/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue in setting up the local enviroment

divyanshu-rawat opened this issue · comments

After running sudo npm install in the working directory I am receiving this warning.

npm WARN lifecycle teem@0.0.3~postinstall: cannot run in wd %s %s (wd=%s) teem@0.0.3 bower install /home/divyanshu/Music/teem

Npm is not running "postinstall": "bower install" .
So, Bower components are not installing.
I also tried running sudo npm run postinstall manually even it is not working.

Just manually run bower to fix the issue after running npm install.
bower install

https://github.com/npm/npm/issues/3497
As mentioned the issue is caused by npm trying to downgrade its privileges to run bower.
Even using --unsafe-perm with sudo will cause an issue as bower doesn't require sudo.

I have already tried running bower install but permission is denied i.e I don't have access to bower.json.
I
issue

Have you install bower globally, if not then npm install -g bower

If this even doesn't work, try
sudo bower install --allow-root

Also are you the administrator?

Somehow I managed to find the solution Bower Issues
Thank you so much for your time.
Are you also contributing to teem?

@atfornes can you help me out dealing with this issue
Couldn't connect to Docker daemon at http+docker://localunixsocket - is it running?
If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.

@divyanshu-rawat, it seems like this issue might help you: docker/compose#1214

Still facing issue in setting up @atfornes
abc

It still looks like a docker installation/configuration issue.

I am afraid I have not faced this issue before, so I cannot help you better than docker community, try to rise an issue there if what you found does not solve your problem.

Sorry I cannot help further :sad:

@divyanshu-rawat did you restart your computer, as it is said in the README?

@atd I didn't restart my computer I am doing it now. Let's see what happens thanks

@atd Docker issue solved but swellrt.js is not loading
accc

Please, wait until docker downloads both mongo and swellrt images

I think the processing is not over yet. Docker will pull swellRT library and then it may work.

okay done but Now what is the meaning of following errors that I am getting in console.
app

could you try to connect to localhost:9898 and check that SwellRT is running?

@atfornes yes SwellRT is running !
Error I am getting in console is Application Cache Error event: Failed to parse manifest http://localhost:8000/app.manifest

Yeah, even I am getting the same error.

Application Cache Error event: Failed to parse manifest http://localhost:8000/app.manifest

@suvigyavijay In order to Login is there any default username and password or I have to register.

Register a test user. The information need not be actual, it is in dev phase.