timeline-viewer icon indicating copy to clipboard operation
timeline-viewer copied to clipboard

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

Open shmdhussain opened this issue 8 years ago • 3 comments
trafficstars

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

shmdhussain avatar Nov 14 '17 10:11 shmdhussain

Hi, have you tried git clone and yarn?

denar90 avatar Nov 15 '17 20:11 denar90

@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

shmdhussain avatar Nov 16 '17 12:11 shmdhussain

Glad it helped you. About you second issue, this one https://github.com/ChromeDevTools/timeline-viewer/issues/39 looks relevant.

denar90 avatar Nov 17 '17 12:11 denar90