Advertisement
Guest User

Untitled

a guest
May 1st, 2019
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1.  
  2. > fsevents@1.2.9 install /Users/cnorbjerg/Documents/Projects/wfrpg/wfrpg/node_modules/fsevents
  3. > node install
  4.  
  5. node-pre-gyp WARN Using request for node-pre-gyp https download
  6. [fsevents] Success: "/Users/cnorbjerg/Documents/Projects/wfrpg/wfrpg/node_modules/fsevents/lib/binding/Release/node-v67-darwin-x64/fse.node" is installed via remote
  7.  
  8. > node-sass@4.11.0 install /Users/cnorbjerg/Documents/Projects/wfrpg/wfrpg/node_modules/node-sass
  9. > node scripts/install.js
  10.  
  11. Cached binary found at /Users/cnorbjerg/.npm/node-sass/4.11.0/darwin-x64-67_binding.node
  12.  
  13. > @google-cloud/functions-emulator@1.0.0-beta.6 postinstall /Users/cnorbjerg/Documents/Projects/wfrpg/wfrpg/node_modules/@google-cloud/functions-emulator
  14. > node scripts/upgrade-warning
  15.  
  16.  
  17. If you're using the Emulator via the Firebase CLI, you can
  18. disregard this message.
  19.  
  20. If you're upgrading @google-cloud/functions-emulator, these
  21. are the recommended upgrade steps:
  22.  
  23. 1. Stop the currently running emulator, if any:
  24.  
  25. functions stop
  26.  
  27. 2. Uninstall the current emulator, if any:
  28.  
  29. npm uninstall -g @google-cloud/functions-emulator
  30.  
  31. 3. Install the new version of the emulator:
  32.  
  33. npm install -g @google-cloud/functions-emulator
  34.  
  35. If you have trouble after upgrading, try deleting the config
  36. directory found in:
  37.  
  38. ~/.config/configstore/@google-cloud/functions-emulator
  39.  
  40. Then restart the emulator. You can also check for any renegade
  41. Node.js emulator processes that may need to be killed:
  42.  
  43. ps aux | grep node
  44.  
  45.  
  46. > node-sass@4.11.0 postinstall /Users/cnorbjerg/Documents/Projects/wfrpg/wfrpg/node_modules/node-sass
  47. > node scripts/build.js
  48.  
  49. Binary found at /Users/cnorbjerg/Documents/Projects/wfrpg/wfrpg/node_modules/node-sass/vendor/darwin-x64-67/binding.node
  50. Testing binary
  51. Binary is fine
  52. npm notice created a lockfile as package-lock.json. You should commit this file.
  53. npm WARN @angular/platform-browser-dynamic@7.0.4 requires a peer of @angular/compiler@7.0.4 but none is installed. You must install peer dependencies yourself.
  54.  
  55. added 1455 packages from 1150 contributors and audited 42953 packages in 51.297s
  56. found 4 vulnerabilities (1 low, 2 moderate, 1 high)
  57. run `npm audit fix` to fix them, or `npm audit` for details
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement