Error on npm install gatsby-plugin-styled-components - node.js

I am trying to install these npm packages
npm install --save gatsby-plugin-styled-components styled-components babel-plugin-styled-components
I am using node version 10.11.0
However I get the following error, I have tried running it in power-shell in administrator mode made no difference
npm ERR! path C:\Users\Anders\sites\pro-gatsby\node_modules\#types\events\npm-shrinkwrap.json
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall open
npm ERR! Error: EPERM: operation not permitted, open 'C:\Users\Anders\sites\pro-gatsby\node_modules\#types\events\npm-shrinkwrap.json'
npm ERR! { [Error: EPERM: operation not permitted, open 'C:\Users\Anders\sites\pro-gatsby\node_modules\#types\events\npm-shrinkwrap.json']
npm ERR! cause:
npm ERR! { Error: EPERM: operation not permitted, open 'C:\Users\Anders\sites\pro-gatsby\node_modules\#types\events\npm-shrinkwrap.json'
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'open',
npm ERR! path:
npm ERR! 'C:\\Users\\Anders\\sites\\pro-gatsby\\node_modules\\#types\\events\\npm-shrinkwrap.json' },
npm ERR! isOperational: true,
npm ERR! stack:
npm ERR! 'Error: EPERM: operation not permitted, open \'C:\\Users\\Anders\\sites\\pro-gatsby\\node_modules\\#types\\events\\npm-shrinkwrap.json\'',
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'open',
npm ERR! path:
npm ERR! 'C:\\Users\\Anders\\sites\\pro-gatsby\\node_modules\\#types\\events\\npm-shrinkwrap.json',
npm ERR! parent: '#types/glob' }
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\Anders\AppData\Roaming\npm-cache\_logs\2018-10-20T22_44_07_361Z-debug.log

Remove node_modules
npm cache clean
Try to install again
Should help.

Related

I'm facing a error while installing Npm Multer for uploading files using node.js

npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion#1, but package-lock.json was generated for lockfileVersion#2. I'll try to do my best with it!
npm WARN task-manager#1.0.0 No description
npm WARN task-manager#1.0.0 No repository field.
npm ERR! code EPERM
npm ERR! syscall unlink
npm ERR! path D:\Rakesh Folder\NodeCourse\task-manager\node_modules\.bcrypt.DELETE\lib\binding\napi-v3\bcrypt_lib.nodenpm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, unlink 'D:\Rakesh Folder\NodeCourse\task-manager\node_modules\.bcrypt.DELETE\lib\binding\napi-v3\bcrypt_lib.node'
npm ERR! [OperationalError: EPERM: operation not permitted, unlink 'D:\Rakesh Folder\NodeCourse\task-manager\node_modules\.bcrypt.DELETE\lib\binding\napi-v3\bcrypt_lib.node'] {
npm ERR! cause: [Error: EPERM: operation not permitted, unlink 'D:\Rakesh Folder\NodeCourse\task-manager\node_modules\.bcrypt.DELETE\lib\binding\napi-v3\bcrypt_lib.node'] {
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'unlink',
npm ERR! path: 'D:\\Rakesh Folder\\NodeCourse\\task-manager\\node_modules\\.bcrypt.DELETE\\lib\\binding\\napi-v3\\bcrypt_lib.node'
npm ERR! },
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'unlink',
npm ERR! path: 'D:\\Rakesh Folder\\NodeCourse\\task-manager\\node_modules\\.bcrypt.DELETE\\lib\\binding\\napi-v3\\bcrypt_lib.node',
npm ERR! parent: 'task-manager'
npm ERR! }
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!
PS D:\Rakesh Folder\NodeCourse\task-manager> npm i multer
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion#1, but package-lock.json was generated for lockfileVersion#2. I'll try to do my best with it!
npm WARN task-manager#1.0.0 No description
npm WARN task-manager#1.0.0 No repository field.
npm ERR! code EPERM
npm ERR! syscall unlink
npm ERR! path D:\Rakesh Folder\NodeCourse\task-manager\node_modules\.bcrypt.DELETE\lib\binding\napi-v3\bcrypt_lib.nodenpm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, unlink 'D:\Rakesh Folder\NodeCourse\task-manager\node_modules\.bcrypt.DELETE\lib\binding\napi-v3\bcrypt_lib.node'
npm ERR! [OperationalError: EPERM: operation not permitted, unlink 'D:\Rakesh Folder\NodeCourse\task-manager\node_modules\.bcrypt.DELETE\lib\binding\napi-v3\bcrypt_lib.node'] {
npm ERR! cause: [Error: EPERM: operation not permitted, unlink 'D:\Rakesh Folder\NodeCourse\task-manager\node_modules\.bcrypt.DELETE\lib\binding\napi-v3\bcrypt_lib.node'] {
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'unlink',
npm ERR! path: 'D:\\Rakesh Folder\\NodeCourse\\task-manager\\node_modules\\.bcrypt.DELETE\\lib\\binding\\napi-v3\\bcrypt_lib.node'
npm ERR! },
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'unlink',
npm ERR! path: 'D:\\Rakesh Folder\\NodeCourse\\task-manager\\node_modules\\.bcrypt.DELETE\\lib\\binding\\napi-v3\\bcrypt_lib.node',
npm ERR! parent: 'task-manager'
npm ERR! }
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.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\AnneRakesh\AppData\Roaming\npm-cache\_logs\2022-06-13T15_12_05_270Z-debug.log
Pease help me.
I'm facing this issue while installing by cmd npm i multer
In my situation this helped:
Before proceeding to execute these commands close all VS Code instances.
clean cache with
npm cache clean --force
install the latest version of npm globally as admin:
npm install -g npm#latest --force
clean cache with
npm cache clean --force
Try to install your component once again.
If this doesn't work, you may temporarily disable your antivirus program and try again.

Why can't I update or install a new npm modules?

npm i -g nodemon#latest
npm ERR! code EPERM
npm ERR! syscall mkdir
npm ERR! path C:\Program Files\nodejs\node_modules\nodemon
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, mkdir 'C:\Program Files\nodejs\node_modules\nodemon'
npm ERR! [Error: EPERM: operation not permitted, mkdir 'C:\Program Files\nodejs\node_modules\nodemon'] {
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'mkdir',
npm ERR! path: 'C:\\Program Files\\nodejs\\node_modules\\nodemon'
npm ERR! }
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.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Lenovo\AppData\Local\npm-cache\_logs\2021-02-18T12_22_33_254Z-debug.log
----------

React native, unable to install expo-cli

I just start learning react native. While installing expo npm install -g expo cli I'm getting that error. Can someone Tell me why?
npm ERR! code EPERM
npm ERR! syscall rename
npm ERR! path C:\Users\Lenovo\AppData\Roaming\npm\node_modules\expo-cli
npm ERR! dest C:\Users\Lenovo\AppData\Roaming\npm\node_modules\.expo-cli-DcNrljQz
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, rename 'C:\Users\Lenovo\AppData\Roaming\npm\node_modules\expo-cli' -> 'C:\Users\Lenovo\AppData\Roaming\npm\node_modules\.expo-cli-DcNrljQz'
npm ERR! [Error: EPERM: operation not permitted, rename 'C:\Users\Lenovo\AppData\Roaming\npm\node_modules\expo-cli' -> 'C:\Users\Lenovo\AppData\Roaming\npm\node_modules\.expo-cli-DcNrljQz'] {
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'rename',
npm ERR! path: 'C:\\Users\\Lenovo\\AppData\\Roaming\\npm\\node_modules\\expo-cli',
npm ERR! dest: 'C:\\Users\\Lenovo\\AppData\\Roaming\\npm\\node_modules\\.expo-cli-DcNrljQz'
npm ERR! }
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.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Lenovo\AppData\Local\npm-cache\_logs\2021-02-16T13_28_45_327Z-debug.log

Can't install mongoose due to EPERM error

I got an EPERM error when i tried to install mongoose. I've tried running the command as an administrator and it still didn't work
npm ERR! code EPERM
npm ERR! syscall unlink
npm ERR! path C:\Users\HP PAVILION 15\Desktop\proshop\node_modules\.sift.DELETE\MIT-LICENSE.txt
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, unlink 'C:\Users\HP PAVILION 15\Desktop\proshop\node_modules\.sift.DELETE\MIT-LICENSE.txt'
npm ERR! [OperationalError: EPERM: operation not permitted, unlink 'C:\Users\HP PAVILION 15\Desktop\proshop\node_modules\.sift.DELETE\MIT-LICENSE.txt'] {
npm ERR! cause: [Error: EPERM: operation not permitted, unlink 'C:\Users\HP PAVILION 15\Desktop\proshop\node_modules\.sift.DELETE\MIT-LICENSE.txt'] {
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'unlink',
npm ERR! path: 'C:\\Users\\HP PAVILION 15\\Desktop\\proshop\\node_modules\\.sift.DELETE\\MIT-LICENSE.txt'
npm ERR! },
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'unlink',
npm ERR! path: 'C:\\Users\\HP PAVILION 15\\Desktop\\proshop\\node_modules\\.sift.DELETE\\MIT-LICENSE.txt',
npm ERR! parent: 'proshop'
npm ERR! }
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.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\HPPAVI~1\AppData\Roaming\npm-cache\_logs\2020-12-17T07_37_57_494Z-debug.log

Error when running "npm install --save express"

PS C:\Users\Lenovo\node express> npm install --save express
npm WARN node-express#1.0.0 No description
npm WARN node-express#1.0.0 No repository field.
npm ERR! code EPERM
npm ERR! syscall rename
npm ERR! path C:\Users\Lenovo\node express\node_modules\content-disposition\package.json.3642225889
npm ERR! dest C:\Users\Lenovo\node express\node_modules\content-disposition\package.json
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, rename 'C:\Users\Lenovo\node express\node_modules\content-disposition\package.json.3642225889' -> 'C:\Users\Lenovo\node express\node_modules\content-disposition\package.json'
npm ERR! [OperationalError: EPERM: operation not permitted, rename 'C:\Users\Lenovo\node express\node_modules\content-disposition\package.json.3642225889' -> 'C:\Users\Lenovo\node express\node_modules\content-disposition\package.json'] {
npm ERR! cause: [Error: EPERM: operation not permitted, rename 'C:\Users\Lenovo\node express\node_modules\content-disposition\package.json.3642225889' -> 'C:\Users\Lenovo\node express\node_modules\content-disposition\package.json'] {
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'rename',
npm ERR! path: 'C:\\Users\\Lenovo\\node express\\node_modules\\content-disposition\\package.json.3642225889',
npm ERR! dest: 'C:\\Users\\Lenovo\\node express\\node_modules\\content-disposition\\package.json'
npm ERR! },
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'rename',
npm ERR! path: 'C:\\Users\\Lenovo\\node express\\node_modules\\content-disposition\\package.json.3642225889',
npm ERR! dest: 'C:\\Users\\Lenovo\\node express\\node_modules\\content-disposition\\package.json',
npm ERR! parent: 'node express'
npm ERR! }
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.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Lenovo\AppData\Roaming\npm-cache\_logs\2020-12-21T17_33_56_539Z-debug.log
PS C:\Users\Lenovo\node express>

Resources