Have you tried:
npm install -s firebase-tools
Since your error happens when deploying, I am led to believe your package.json
may not contain the firebase-tools dependency. You need to run the npm install
command with the -s
flag in order for it to be saved in the package.json
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…