Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. npm install -g firebase-tools
  2.  
  3. deprecated node-uuid@1.4.7: use uuid module instead
  4.  
  5. npm install -g uuid
  6.  
  7. npm uninstall --save node-uuid
  8. npm install --save uuid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement