Guest User

Untitled

a guest
Feb 21st, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. PS C:UsersMarcoDeveloperMyAppsMyAppGas> firebase deploy --debug
  2. [2018-02-21T12:49:21.039Z] ----------------------------------------------------------------------
  3. [2018-02-21T12:49:21.045Z] Command: C:Program Filesnodejsnode.exe C:UsersMarcoAppDataRoamingnpmnode_modulesfirebase-toolsbinfirebase deploy --debug
  4. [2018-02-21T12:49:21.047Z] CLI Version: 3.17.4
  5. [2018-02-21T12:49:21.047Z] Platform: win32
  6. [2018-02-21T12:49:21.047Z] Node Version: v7.9.0
  7. [2018-02-21T12:49:21.048Z] Time: Wed Feb 21 2018 13:49:21 GMT+0100 (Hora estándar romance)
  8. [2018-02-21T12:49:21.049Z] ----------------------------------------------------------------------
  9.  
  10. [2018-02-21T12:49:21.070Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"][2018-02-21T12:49:21.071Z] > authorizing via signed-in user
  11. [2018-02-21T12:49:21.076Z] >>> HTTP REQUEST GET https://admin.firebase.com/v1/projects/my-app-gas
  12.  
  13. Wed Feb 21 2018 13:49:21 GMT+0100 (Hora estándar romance)
  14. [2018-02-21T12:49:21.837Z] <<< HTTP RESPONSE 200 server=nginx, date=Wed, 21 Feb 2018 12:49:21 GMT, content-type=application/json; charset=utf-8, content-length=105, connection=close, x-content-type-options=nosniff, strict-transport-security=max-age=31536000; includeSubdomains, cache-control=no-cache, no-store
  15. [2018-02-21T12:49:21.839Z] >>> HTTP REQUEST GET https://admin.firebase.com/v1/database/my-app-gas/tokens
  16.  
  17. Wed Feb 21 2018 13:49:21 GMT+0100 (Hora estándar romance)
  18. [2018-02-21T12:49:22.671Z] <<< HTTP RESPONSE 200 server=nginx, date=Wed, 21 Feb 2018 12:49:21 GMT, content-type=application/json; charset=utf-8, content-length=258, connection=close, x-content-type-options=nosniff, strict-transport-security=max-age=31536000; includeSubdomains, cache-control=no-cache, no-store
  19.  
  20. Running command: npm --prefix $RESOURCE_DIR run lint
  21. npm ERR! Windows_NT 10.0.16299
  22. npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "--prefix" "$RESOURCE_DIR" "run" "lint"
  23. npm ERR! node v7.9.0
  24. npm ERR! npm v4.2.0
  25. npm ERR! path C:UsersMarcoDeveloperMyAppsMyAppGas$RESOURCE_DIRpackage.json
  26. npm ERR! code ENOENT
  27. npm ERR! errno -4058
  28. npm ERR! syscall open
  29.  
  30. npm ERR! enoent ENOENT: no such file or directory, open 'C:UsersMarcoDeveloperMyAppsMyAppGas$RESOURCE_DIRpackage.json'
  31. npm ERR! enoent ENOENT: no such file or directory, open 'C:UsersMarcoDeveloperMyAppsMyAppGas$RESOURCE_DIRpackage.json'
  32. npm ERR! enoent This is most likely not a problem with npm itself
  33. npm ERR! enoent and is related to npm not being able to find a file.
  34. npm ERR! enoent
  35.  
  36. npm ERR! Please include the following file with any support request:
  37. npm ERR! C:UsersMarcoAppDataRoamingnpm-cache_logs2018-02-21T12_49_25_792Z-debug.log
  38.  
  39. Error: functions predeploy error: Command terminated with non-zero exit code4294963238
Add Comment
Please, Sign In to add comment