When am creating a IONIC project (ionic start SampleApp blank) getting 2 ERRORS as package.json FILE _NOT_FOUND

I had browsed about this error but i am getting the perfect solution.
Please give me a hint HOW TO SOLVE THIS ISSUE?
Below code is ERROR discription
CLI ERROR:-

E:\IONIC projects>ionic start SampleApp blank
√ Creating directory .\SampleApp - done!
√ Downloading and extracting blank starter - done!

? Would you like to integrate your new app with Cordova to target native iOS an
d Android? Yes
√ Personalizing ionic.config.json and package.json - done!

ionic integrations enable cordova --quiet
√ Downloading integration cordova - done!
√ Copying integrations files to project - done!
[OK] Added cordova integration!
> [ERROR] Error with .\SampleApp\node_modules\ionic-angular\package.json file:
> FILE_NOT_FOUND
> [ERROR] Error with .\SampleApp\node_modules@ionic\app-scripts\package.json
> file: FILE_NOT_FOUND

Installing dependencies may take several minutes.

My Ionic info:-


cli packages: (C:\Users\eis-presentation\AppData\Roaming\npm\node_modules)

    @ionic/cli-utils  : 1.19.0
    ionic (Ionic CLI) : 3.19.0

global packages:

    cordova (Cordova CLI) : not installed

local packages:

    @ionic/app-scripts : 3.1.2
    Cordova Platforms  : none
    Ionic Framework    : ionic-angular 3.9.2

System:

    Android SDK Tools : 26.1.1
    Node              : v8.9.0
    npm               : 5.5.1
    OS                : Windows 8.1

Environment Variables:

    ANDROID_HOME : E:\StudioSDK\sdk

Misc:

    backend : pro

Run the same command with --verbose at the end.
Also install cordova: npm install -g cordova to see if this fixes the problem.

Thank you bro
you are solution saved my time and solved my issue.