ionic studio error SKIPPING OPTIONAL DEPENDENCY: It's possible that the file was already in use (by a text editor or antivirus),

good night, I am trying to create a new project from ionic studio but it makes me the following error

20389 warn optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules@angular\compiler-cli\node_modules\fsevents):
20390 warn optional SKIPPING OPTIONAL DEPENDENCY: Error: EPERM: operation not permitted, rename ‘C:\desarrollo\IONIC\App\node_modules.staging\fsevents-9a650c52\node_modules\concat-map’ -> ‘C:\desarrollo\IONIC\App\node_modules.staging\concat-map-33cbcbf8’
20391 verbose optional SKIPPING OPTIONAL DEPENDENCY:
20391 verbose optional The operation was rejected by your operating system.
20391 verbose optional SKIPPING OPTIONAL DEPENDENCY: It’s possible that the file was already in use (by a text editor or antivirus),
20391 verbose optional SKIPPING OPTIONAL DEPENDENCY: or that you lack permissions to access it.
20391 verbose optional SKIPPING OPTIONAL DEPENDENCY:
20391 verbose optional SKIPPING OPTIONAL DEPENDENCY: If you believe this might be a permissions issue, please double-check the
20391 verbose optional SKIPPING OPTIONAL DEPENDENCY: permissions of the file and its containing directories, or try running
20391 verbose optional SKIPPING OPTIONAL DEPENDENCY: the command again as root/Administrator.
20392 verbose stack Error: ENOENT: no such file or directory, rename ‘C:\desarrollo\IONIC\App\node_modules@angular-devkit\build-angular\node_modules\core-js’ -> ‘C:\desarrollo\IONIC\App\node_modules@angular-devkit\build-angular\node_modules.core-js.DELETE’
20393 verbose cwd C:\desarrollo\IONIC\App
20394 verbose Windows_NT 10.0.18362
20395 verbose argv “C:\Program Files\nodejs\node.exe” “C:\Users\Jose Juan Granados F\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js” “install”
20396 verbose node v11.0.0
20397 verbose npm v6.13.0
20398 error code ENOENT
20399 error syscall rename
20400 error path C:\desarrollo\IONIC\App\node_modules@angular-devkit\build-angular\node_modules\core-js
20401 error dest C:\desarrollo\IONIC\App\node_modules@angular-devkit\build-angular\node_modules.core-js.DELETE
20402 error errno -4058
20403 error enoent ENOENT: no such file or directory, rename ‘C:\desarrollo\IONIC\App\node_modules@angular-devkit\build-angular\node_modules\core-js’ -> ‘C:\desarrollo\IONIC\App\node_modules@angular-devkit\build-angular\node_modules.core-js.DELETE’
20404 error enoent This is related to npm not being able to find a file.
20405 verbose exit [ -4058, true ]
:disappointed: