Can't install firebase-admin with npm
问题 I'm trying to run this command to install firebase-admin: npm install firebase-admin --save When I try to run this command, I get the following error: ENOENT: no such file or directory, rename 'D:\MyPath\functions\node_modules\firebase-admin\node_modules\grpc\node_modules\abbrev' -> 'D:\MyPath\functions\node_modules\firebase-admin\node_modules\grpc\node_modules\.abbrev.DELETE' I have tried reinstalling Node.js, I have tried uninstalling a previous version of Node.js, I have tried updating npm