I've installed it using: git clone ...... then cd to the folder and run "npm install" Finally tried: "npm start" And I get this error: error TS6053: File 'typings/browser.d.ts' not found. How can I fix that?
I've installed it using:
git clone ......
then cd to the folder and run "npm install"
Finally tried: "npm start"
And I get this error:
error TS6053: File 'typings/browser.d.ts' not found.
How can I fix that?