-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
Description
🐛 Bug Report
When I am attempting to run npm install -D jest
it shows this text in console:
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN tar EINVAL: invalid argument, futime
npm WARN tar EINVAL: invalid argument, futime
npm WARN tar EINVAL: invalid argument, futime
npm WARN tar EINVAL: invalid argument, futime
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
npm ERR! Maximum call stack size exceeded
npm ERR! A complete log of this run can be found in:
npm ERR! view logs
To Reproduce
Attempt to install Jest as a dependency inside the Nodejs Environment.
Expected behavior
Should Install Dependency for me to use!
envinfo
System:
OS: Windows 10 10.0.18363
CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
Memory: 7.70 GB / 15.82 GB
Binaries:
Node: 12.18.0 - C:\Program Files\nodejs\node.EXE
npm: 6.14.4 - C:\Program Files\nodejs\npm.CMD
Utilities:
Git: 2.27.0. - C:\Program Files\Git\mingw64\bin\git.EXE
IDEs:
VSCode: 1.45.1 - C:\Users\shaun\AppData\Local\Programs\Microsoft VS Code\bin\code.CMD
Languages:
Bash: 4.4.23 - C:\Program Files\Git\usr\bin\bash.EXE
Perl: 5.30.2 - C:\Program Files\Git\usr\bin\perl.EXE
Browsers:
Edge: 44.18362.449.0
Internet Explorer: 11.0.18362.1
(I use Chrome)
I am also storing my files on an External Hard Drive
pouyajabbarisani