Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. heroku run node test-email,js
  2. » Warning: heroku update available from 7.22.7 to 7.38.1.
  3. Running node test-email,js on gentle-gorge-04163... starting, run.9979 (Free)
  4. Running node test-email,js on gentle-gorge-04163... connecting, run.9979 (Free)
  5. Running node test-email,js on gentle-gorge-04163... up, run.9979 (Free)
  6. Injecting runtime env into /app/build/static/js/2.e0af0768.chunk.js (from .profile.d/inject_react_app_env.sh)
  7. Injecting runtime env into /app/build/static/js/main.380e5b93.chunk.js (from .profile.d/inject_react_app_env.sh)
  8. Injecting runtime env into /app/build/static/js/runtime-main.ea22960d.js (from .profile.d/inject_react_app_env.sh)
  9. internal/modules/cjs/loader.js:979
  10. throw err;
  11. ^
  12.  
  13. Error: Cannot find module '/app/test-email,js'
  14. at Function.Module._resolveFilename (internal/modules/cjs/loader.js:976:15)
  15. at Function.Module._load (internal/modules/cjs/loader.js:859:27)
  16. at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
  17. at internal/main/run_main_module.js:17:47 {
  18. code: 'MODULE_NOT_FOUND',
  19. requireStack: []
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement