Commit cb8b77a
committed
Fix running npm package forever in chapter 4
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.1 parent 8058f71 commit cb8b77a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
0 commit comments