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
Hello,
when i was tryin gto upgrade packages in my project it seems yours package blocked the upgrade. When i checked the files in node_modules/material-ui-phone-number it seems it containes .git folder (so the npm thinks its a git submodule and refuses it to remove it or upgrade it ). Could you add it to .gitignore ? or publish it without it ?
error
npm ERR! path C:\web_projects\<project>\node_modules\material-ui-phone-number
npm ERR! code EISGIT
npm ERR! git C:\web_projects\<project>\node_modules\material-ui-phone-number: Appears to be a git repo or submodule.
npm ERR! git C:\web_projects\<project>\node_modules\material-ui-phone-number
npm ERR! git Refusing to remove it. Update manually,
npm ERR! git or move it out of the way first.
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
when i was tryin gto upgrade packages in my project it seems yours package blocked the upgrade. When i checked the files in
node_modules/material-ui-phone-number
it seems it containes.git
folder (so the npm thinks its a git submodule and refuses it to remove it or upgrade it ). Could you add it to .gitignore ? or publish it without it ?error
Thanks
The text was updated successfully, but these errors were encountered: