Ionic can not start windows 10

when i’m trying to start new ionic project in windows 10 it shows nothing

first i install node js
then i install ionic and cordova using
npm install -g cordova ionic
output-

'CALL "C:\Program Files\nodejs\\node.exe" "C:\Program Files\nodejs\\node_modules\npm\bin\npm-cli.js" prefix -g' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\Priyasad\AppData\Roaming\npm\cordova -> C:\Users\Priyasad\AppData\Roaming\npm\node_modules\cordova\bin\cordova
C:\Users\Priyasad\AppData\Roaming\npm\ionic -> C:\Users\Priyasad\AppData\Roaming\npm\node_modules\ionic\bin\ionic
npm WARN rollback Rolling back tar-pack@3.4.0 failed (this is probably harmless): EPERM: operation not permitted, scandir 'C:\Users\Priyasad\AppData\Roaming\npm\node_modules\ionic\node_modules\fsevents\node_modules'
npm WARN rollback Rolling back node-pre-gyp@0.6.39 failed (this is probably harmless): EPERM: operation not permitted, lstat 'C:\Users\Priyasad\AppData\Roaming\npm\node_modules\ionic\node_modules\fsevents\node_modules'
npm WARN rollback Rolling back readable-stream@2.2.9 failed (this is probably harmless): EPERM: operation not permitted, rmdir 'C:\Users\Priyasad\AppData\Roaming\npm\node_modules\ionic\node_modules\fsevents\node_modules'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules\ionic\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

+ ionic@3.19.0
+ cordova@8.0.0
added 1 package and updated 5 packages in 131.457s

then i try to start new project but nothing happends

please help me

What does that mean?
What is your ionic info output?

any ionic commond not working

Try removing your node_modules folder and trying again…

C:\Users\Priyasad\AppData\Roaming\npm\node_modules

thanks i wil try that

i deleted C:\Users\Priyasad\AppData\Roaming\npm\node_modules and reinstall ionic and cordova but still same resoult

Reinstall of NodeJS perhaps? That first error message re CALL node.exe should be recognised.

Your problem is probably with npm, something to do with permissions and files. This happens quite often and is almost impossible to successfully debug (at least here in the forum).

One solution: Uninstall your node, install nvm (or nvm-windows if you are on Windows), install a new node (which includes npm) with this, then install ionic and cordova again and try your command again. The problem should be gone.

I did everything as you said but still same issue

your npm version 5.6.0 could have some issues with ionic. i am using npm 5.5.1 without any issue

thanks i will install npm 5.5.1

Hi guys i have fixed this issue
it happend becouse of my computer permission issue in program file folder i have uninstalled nodejs and re installed node js to my user folder now it work
thank you all for your help.