Anyone can please help i'm stuck in npm start command I'm working on node js with typescript - Running Platform Windows 7-64 but it won't start throwing errors
HERE You Can check Files
Log File,package.json,Error Image : https://filebin.net/oebfwc7nln660exp
\NODEJS\project2>npm start
[email protected] start \NODEJS\project2
nodemon --exec ts-node src/index.ts
Node.js is only supported on Windows 8.1, Windows Server 2012 R2, or higher.
Setting the NODE_SKIP_PLATFORM_CHECK environment variable to 1 skips this check, but Node.js might not execute correctly. Any issues encountered on unsupported platforms will not be fixed.npm ERR! code ELIFECYCLE
npm ERR! errno 216
npm ERR! [email protected] start: nodemon --exec ts-node src/index.ts
npm ERR! Exit status 216
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:\Users\Administrator\AppData\Roaming\npm-cache_logs\2020-08-28T19_00_00_536Z-debug.log