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
fix(package.json) Use double quotes in "scripts" (cmd.exe)
OS: Windows 7
Node: v6.2.1
Npm: 3.10.5
Error:
[nodemon] starting `'babel-node src --presets es2015,stage-0'`
''babel-node' is not recognized as an internal or external command,
operable program or batch file.
Problem:
Single quotes are not used at all by the cmd.exe
Solution:
Replace single quotes to double quotes.
0 commit comments