“firebase serve --only functions” doesn't work
问题 $ firebase serve --only functions ⚠ Your requested "node" version "8" doesn't match your global version "12" Error: TIMEOUT: Port 5000 was not active within 30000ms but when serve hosting will success $ firebase serve --only hosting i hosting: Serving hosting files from: dist/chongsheng-jp ✔ hosting: Local server: http://localhost:5000 I thought that I didn't compile index.ts, I tried npm run serve following firebase official doc but It doesn't work. Please help me. Here is my versions.