Это я получил при установке небулярной - PullRequest
0 голосов
/ 04 июля 2019

Я запускаю приложение Angular с scss и без маршрутизации. Я установил приложение под названием Nebular, и теперь мне нужно запустить «npm install --save @ nebular / theme @ angular / cdk @ angular / animations» Я получаю эту ошибку, хотя ...

npm ERR! path C:\Users\silas\Documents\django\Alpha\Alpha01\node_modules\@angular\cdk\node_modules
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall mkdir
npm ERR! Error: EPERM: operation not permitted, mkdir 'C:\Users\silas\Documents\django\Alpha\Alpha01\node_modules\@angular\cdk\node_modules'
npm ERR!  { [Error: EPERM: operation not permitted, mkdir 'C:\Users\silas\Documents\django\Alpha\Alpha01\node_modules\@angular\cdk\node_modules']
npm ERR!   cause:
npm ERR!    { Error: EPERM: operation not permitted, mkdir 'C:\Users\silas\Documents\django\Alpha\Alpha01\node_modules\@angular\cdk\node_modules'
npm ERR!      errno: -4048,
npm ERR!      code: 'EPERM',
npm ERR!      syscall: 'mkdir',
npm ERR!      path:
npm ERR!       'C:\\Users\\silas\\Documents\\django\\Alpha\\Alpha01\\node_modules\\@angular\\cdk\\node_modules' },
npm ERR!   stack:
npm ERR!    'Error: EPERM: operation not permitted, mkdir \'C:\\Users\\silas\\Documents\\django\\Alpha\\Alpha01\\node_modules\\@angular\\cdk\\node_modules\'',
npm ERR!   errno: -4048,
npm ERR!   code: 'EPERM',
npm ERR!   syscall: 'mkdir',
npm ERR!   path:
npm ERR!    'C:\\Users\\silas\\Documents\\django\\Alpha\\Alpha01\\node_modules\\@angular\\cdk\\node_modules',
npm ERR!   parent: 'Alpha01' }
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\silas\AppData\Roaming\npm-cache\_logs\2019-07- 
03T21_06_43_185Z-debug.log
...