Tassos

Agora catalog [SUCCESS]: npm run build

Jan 8th, 2021
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. npm install
  2. npm WARN [email protected] requires a peer of [email protected] - 3 but none is installed. You must install peer dependencies yourself.
  3. npm WARN [email protected] requires a peer of react@^0.14.0 || ^15.0.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
  4. npm WARN [email protected] requires a peer of [email protected] || ^15.0.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
  5. npm WARN [email protected] requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
  6. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/chokidar/node_modules/fsevents):
  7. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  8. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/webpack-dev-server/node_modules/fsevents):
  9. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  10. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
  11. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  12. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/watchpack-chokidar2/node_modules/fsevents):
  13. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  14.  
  15. audited 1967 packages in 17.975s
  16.  
  17. 123 packages are looking for funding
  18. run `npm fund` for details
  19.  
  20. found 2 vulnerabilities (1 low, 1 high)
  21. run `npm audit fix` to fix them, or `npm audit` for details
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29. ######################################################################
  30.  
  31.  
  32.  
  33. npm run build
  34.  
  35. > [email protected] build /srv/agora/catalog
  36. > react-scripts build
  37.  
  38. Creating an optimized production build...
  39. Compiled successfully.
  40.  
  41. File sizes after gzip:
  42.  
  43. 80.92 KB build/static/js/2.d0efd61c.chunk.js
  44. 22.53 KB build/static/css/2.20aa2d7b.chunk.css
  45. 10.56 KB build/static/js/main.6c2aed49.chunk.js
  46. 1.4 KB build/static/js/3.e80634fb.chunk.js
  47. 1.17 KB build/static/js/runtime-main.d6493074.js
  48. 787 B build/static/css/main.d5d81a8e.chunk.css
  49.  
  50. The project was built assuming it is hosted at /.
  51. You can control this with the homepage field in your package.json.
  52.  
  53. The build folder is ready to be deployed.
  54. You may serve it with a static server:
  55.  
  56. npm install -g serve
  57. serve -s build
  58.  
  59. Find out more about deployment here:
  60.  
  61. https://cra.link/deployment
  62.  
  63.  
  64.  
  65.  
  66.  
  67. node --version
  68. v14.15.4
  69.  
  70. npm --version
  71. 6.14.10
  72.  
  73.  
Advertisement
Add Comment
Please, Sign In to add comment