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

SimpleChatClient problem? #50

Closed
JasonLiuOrg opened this issue Mar 30, 2016 · 4 comments
Closed

SimpleChatClient problem? #50

JasonLiuOrg opened this issue Mar 30, 2016 · 4 comments

Comments

@JasonLiuOrg
Copy link

I want to use react-native-desktop to develop mac app. But I open the example of it ,there is some problem:
2016-03-30 19:20:27.268 [info][tid:com.facebook.React.JavaScript][RCTJSCProfiler.m:63] JSC profiler is not supported.
2016-03-30 19:20:27.783 [fatal][tid:main] Cannot find entry file Examples/SimpleChatClient/index.osx.js in any of the roots: ["/Users/Jincheng/Desktop/MyProject"]

@beretboat
Copy link
Collaborator

The steps to run the example app is the same as react-native for iOS. Have you done that?

@JasonLiuOrg
Copy link
Author

Yes, I have done that, but the problem still exits. @beretboat

@beretboat
Copy link
Collaborator

'JSC profiler is not supported.' is ignorable. The fatal one is 'Cannot find entry file...'.
I don't know how it happen and I can't reproduce it. It looks like a environment issue. Maybe you could try cleaning up, updating your node and other dependencies, and then starting over.

@ptmt
Copy link
Owner

ptmt commented Mar 31, 2016

SimpleChatClient has its own dependencies so you need to install them:

cd Examples/SimpleChatClient
npm install

I've also updated the example to resolve some bugs.

@ptmt ptmt closed this as completed Mar 31, 2016
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

3 participants