timeline-viewer
timeline-viewer copied to clipboard
Not able to run timeline-viewer as standalone application in local
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

Hi, have you tried git clone and yarn?
@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

able to see the network contents only in performance tab

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