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

why isn't it loading when open it in chrome browser? #2

Open
ccs1605 opened this issue Jun 4, 2018 · 6 comments
Open

why isn't it loading when open it in chrome browser? #2

ccs1605 opened this issue Jun 4, 2018 · 6 comments

Comments

@ccs1605
Copy link

ccs1605 commented Jun 4, 2018

yarn installed packages.
using idea as IDE
1

@Creskendoll
Copy link

Check the developer console Ctrl+Shift+J (Windows / Linux) or Cmd+Opt+J (Mac) for error messages and post them here.

@ccs1605
Copy link
Author

ccs1605 commented Jun 4, 2018

Uncaught SyntaxError: Unexpected identifier
2

@stefanosky
Copy link

Hi, I have the same, we got exception in the "import" section.
how to start the index.html in Windows? I have installed dependiences in npn, but the error in "import" section still there. What I 'm missing? thanks

@Creskendoll
Copy link

I was unable to recreate the error you're seeing so I have no solution for that. But I noticed that you're trying to open Camera.html directly while the project is meant to be run using npm commands.

Try running it via npm:
In the project folder run, cd demos\ & npm run watch

@stefanosky
Copy link

thanks, not yet working.

in the video he launch with "open" command. What is for?

@Creskendoll
Copy link

My guess is that open is a mac/linux program which lets you open various files. It works for him because he's not using local files as we are thus he doesn't have to bundle them in the runtime like we do using parcel which I also explained here.

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