You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This addresses an issue in the nodejs example of chapter 4.
On some systems the path to the binary of the npm package 'forever'
might not be `/usr/local/bin/forever`.
Fixed by instead using `npx` to run it.
0 commit comments