On Updating expo-cli to 3.11.1, i cannot create a new project

As i write the command to create a new project, it stucks at
“extract: sill extract hermes-engine@^0.2.1 extracted to C:\Users\sufya\Desktop\MAD Project\Proje”

And after a longgggg time, it gives the error as

npm ERR! path C:\Users\sufya\Desktop\MAD Project\ProjectApp\node_modules.staging\react-native-070983ce\Libraries\Text\Text\RCTTextShadowView.m
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall unlink
npm ERR! Error: EPERM: operation not permitted, unlink ‘C:\Users\sufya\Desktop\MAD Project\ProjectApp\node_modules.staging\react-native-070983ce\Libraries\Text\Text\RCTTextShadowView.m’
npm ERR! { [Error: EPERM: operation not permitted, unlink ‘C:\Users\sufya\Desktop\MAD Project\ProjectApp\node_modules.staging\react-native-070983ce\Libraries\Text\Text\RCTTextShadowView.m’]
npm ERR! cause:
npm ERR! { Error: EPERM: operation not permitted, unlink ‘C:\Users\sufya\Desktop\MAD Project\ProjectApp\node_modules.staging\react-native-070983ce\Libraries\Text\Text\RCTTextShadowView.m’
npm ERR! errno: -4048,
npm ERR! code: ‘EPERM’,
npm ERR! syscall: ‘unlink’,
npm ERR! path:
npm ERR! ‘C:\Users\sufya\Desktop\MAD Project\ProjectApp\node_modules\.staging\react-native-070983ce\Libraries\Text\Text\RCTTextShadowView.m’ },
npm ERR! stack:
npm ERR! ‘Error: EPERM: operation not permitted, unlink 'C:\Users\sufya\Desktop\MAD Project\ProjectApp\node_modules\.staging\react-native-070983ce\Libraries\Text\Text\RCTTextShadowView.m'’,
npm ERR! errno: -4048,
npm ERR! code: ‘EPERM’,
npm ERR! syscall: ‘unlink’,
npm ERR! path:
npm ERR! ‘C:\Users\sufya\Desktop\MAD Project\ProjectApp\node_modules\.staging\react-native-070983ce\Libraries\Text\Text\RCTTextShadowView.m’ }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It’s possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator (though this is not recommended).

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\sufya\AppData\Roaming\npm-cache_logs\2019-12-16T11_24_19_034Z-debug.log
npm exited with non-zero code: 4294963248
Set EXPO_DEBUG=true in your env to view the stack trace.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.