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

Lockfile not saved #209

Closed
rmrbytes opened this issue Apr 17, 2018 · 4 comments
Closed

Lockfile not saved #209

rmrbytes opened this issue Apr 17, 2018 · 4 comments

Comments

@rmrbytes
Copy link

I have cloned this respository and when I am trying to yarn install it gives a message info Lockfile not saved, no dependencies.

Subsequently, when I issue the yarn start command after moving to the mr-social-client directory, I get the followiwng error.

/bin/sh: cross-env: command not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

The node version I am using is v9.3.0 on Mac OS X `0.13.3

Thanks

@robertlong
Copy link
Contributor

Hey @rajnikantmrao make sure you are in the mr-social-client directory when you run yarn install

cd mr-social-client
yarn install
yarn start

Also there is currently not a great way to create a room locally.

You'll need to navigate to a URL like this:

https://<your-ip-here>:8080/hub.html?room=<some-room-id>

Ex:

https://192.168.1.17:8080/hub.html?room=testroom

@rmrbytes
Copy link
Author

Hmm. Should have tried that myself. My bad. Yup, it seems to be fetching the packages. Worked!

I was keen to check out the screen share component.

Thanks

@robertlong
Copy link
Contributor

Awesome! Let us know if you have any more questions. For stuff like this it's probably easier to reach us in the #social channel of the WebVR Slack.

https://slacknow.herokuapp.com/webvr

@rmrbytes
Copy link
Author

Sure. Will do right away. Btw, I have been interacting with you on the aframe channel (handle:RR). :-)

My focus is using webVR is for training of all forms and screen share will be of great help

Thanks

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

No branches or pull requests

2 participants