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

Not able to run timeline-viewer as standalone application in local #45

Open
shmdhussain opened this issue Nov 14, 2017 · 3 comments
Open

Comments

@shmdhussain
Copy link

what I did?

Download the Zip file from Github https://github.com/ChromeDevTools/timeline-viewer.git

And I moved to the folder and run npm i

And Run npm run dev as in the screenshot but getting the following error.

Could anyone help me in running the timeline viewer in my local?. Thanks in advance for any help

Using Node v7.9 and npm v4.2 in mac

screen shot 2017-11-14 at 14 54 41

@denar90
Copy link
Contributor

denar90 commented Nov 15, 2017

Hi, have you tried git clone and yarn?

@shmdhussain
Copy link
Author

@denar90 thanks lot. now it is working after I used as you said

git clone https://github.com/ChromeDevTools/timeline-viewer.git
 npm i

It is working.

One more question Is it possible to recreate the network tab contents, currently I am getting empty network tab, see the screenshot

screen shot 2017-11-16 at 16 20 26

able to see the network contents only in performance tab

screen shot 2017-11-16 at 16 22 26

@denar90
Copy link
Contributor

denar90 commented Nov 17, 2017

Glad it helped you.
About you second issue, this one #39 looks relevant.

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