Narrat not installing

Hi! From my research it sounds like this is an issue with version 12 of npm, where it just refuses to download certain files. A preliminary search around GitHub and other forums hasn’t done anything for me so coming here to see if I could get some advice from you folks. Thanks!

The error in question:

PS C:\Users\[]\Desktop\DENPA\IN THE EYE OF CAPRAGAS> npm install
npm error code EALLOWGIT
npm error Fetching packages of type “git” have been disabled
npm error Refusing to fetch “@electron/node-gyp@git+https://github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2”
npm error A complete log of this run can be found in: C:\Users\[]\AppData\Local\npm-cache_logs\2026-09-04T21_07_10_759Z-debug-0.log

EDIT: Very quick scroll on the Discord gave me a solution, thank you abbie!

Run npm install --allow-git=all instead of npm install !