How to resolve the "ENOENT: no such file or directory, open" error in NodeJS

0

Hello.

I have a hard problem solving when trying to run an Ionic project, when I run the npm install command it shows the errors below:

npm WARN tar ENOENT: no such file or directory, open ' 
C:\Users\...\...\node_modules\.staging\rxjs- 
7723f2e5\_esm2015\Operator.js.map'
npm WARN tar ENOENT: no such file or directory, lstat 
'C:\Users\...\...\node_modules\.staging\@angular\core- 
2140fac5\src\change_detection\differs'
npm WARN tar ENOENT: no such file or directory, lstat 
'C:\Users\...\...\node_modules\.staging\@angular\compiler- 
f502b7b6\src\i18n\serializers'
npm WARN tar ENOENT: no such file or directory, lstat 
'C:\Users\...\...\node_modules\.staging\cordova-plugin-stripe- 
 623019ef\src\ios\Stripe.framework'
...

Does anyone know a solution?

    
asked by anonymous 30.04.2018 / 19:03

0 answers