Commit 9eb65f0
fix: Escape inline start script for PowerShell (#171)
Single quotes inside the NPM start script throws the following error when running "npm start" from Windows PowerShell:
``` Error: Cannot find module ''babel-register'' ```
(note the duplicated single quotes)
Replacing the single quotes with escaped double quotes allows starting the application from PowerShell.1 parent fcd505a commit 9eb65f0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments