Error when trying to create a new Angular project

0

I'm trying to create a new Angular project and it's throwing me this error.

    error errno -4048
19318 error syscall unlink
19319 error Error: EPERM: operation not permitted, unlink 'C:\Users\_Victor_\pictures\CURSO UDEMY MASTER JAVASCRIPT\aprendiendo-angular\node_modules\.staging\buffer-fill-177a3a08'
19319 error  { [Error: EPERM: operation not permitted, unlink 'C:\Users\_Victor_\pictures\CURSO UDEMY MASTER JAVASCRIPT\aprendiendo-angular\node_modules\.staging\buffer-fill-177a3a08']
19319 error   cause:
19319 error    { Error: EPERM: operation not permitted, unlink 'C:\Users\_Victor_\pictures\CURSO UDEMY MASTER JAVASCRIPT\aprendiendo-angular\node_modules\.staging\buffer-fill-177a3a08'
19319 error      errno: -4048,
19319 error      code: 'EPERM',
19319 error      syscall: 'unlink',
19319 error      path:
19319 error       'C:\Users\_Victor_\pictures\CURSO UDEMY MASTER JAVASCRIPT\aprendiendo-angular\node_modules\.staging\buffer-fill-177a3a08' },
19319 error   stack:
19319 error    'Error: EPERM: operation not permitted, unlink \'C:\Users\_Victor_\pictures\CURSO UDEMY MASTER JAVASCRIPT\aprendiendo-angular\node_modules\.staging\buffer-fill-177a3a08\'',
19319 error   errno: -4048,
19319 error   code: 'EPERM',
19319 error   syscall: 'unlink',
19319 error   path:
19319 error    'C:\Users\_Victor_\pictures\CURSO UDEMY MASTER JAVASCRIPT\aprendiendo-angular\node_modules\.staging\buffer-fill-177a3a08',
19319 error   parent: 'aprendiendo-angular' }
19320 error The operation was rejected by your operating system.
19320 error It's possible that the file was already in use (by a text editor or antivirus),
19320 error or that you lack permissions to access it.
19320 error
19320 error If you believe this might be a permissions issue, please double-check the
19320 error permissions of the file and its containing directories, or try running
19320 error the command again as root/Administrator (though this is not recommended).
19321 verbose exit [ -4048, true ]

I have tried to install it 3 times and it keeps throwing me the same error, Any solution ?.

    
asked by Victor Escalona 30.09.2018 в 07:42
source

0 answers