I have downloaded syncfusion, I don't know how to run syncfusion demo code . Please, anyone, know about it.
syncfusion
this error occur:
npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] start: react-scripts-ts start npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:UsersAyushiAppDataRoaming pm-cache_logs2021-01-29T10_14_59_748Z-debug.log
npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] start: react-scripts-ts start npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
react-scripts-ts start
npm ERR! A complete log of this run can be found in: npm ERR! C:UsersAyushiAppDataRoaming pm-cache_logs2021-01-29T10_14_59_748Z-debug.log
In package.json, you need to specify a start script like so:
"scripts": { "start": "<START CODE GOES HERE>" },
1.4m articles
1.4m replys
5 comments
57.0k users