You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to 1.6.2 from 1.6.1, I started getting this error when running npm i.
➜ XXX git:(master) ✗ npm i
npm ERR! path /Users/paitoanderson/Developer/XXX/node_modules/exceptionless
npm ERR! code EISGIT
npm ERR! git /Users/paitoanderson/Developer/XXX/node_modules/exceptionless: Appears to be a git repo or submodule.
npm ERR! git /Users/paitoanderson/Developer/XXX/node_modules/exceptionless
npm ERR! git Refusing to remove it. Update manually,
npm ERR! git or move it out of the way first.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/paitoanderson/.npm/_logs/2019-06-18T14_17_20_551Z-debug.log
The text was updated successfully, but these errors were encountered:
Thanks! I fixed this issue by adding a gitignore for .git. Seems for some weird reason .git/hooks/README.sample was being included in the nom package. I've created 1.6.3.
After updating to
1.6.2
from1.6.1
, I started getting this error when runningnpm i
.The text was updated successfully, but these errors were encountered: