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
I'm currently going through chapter 6, working with React.
The start script sets environment variable named EXTEND_ESLINT, which on windows outputs the following error:
'EXTEND_ESLINT' is not recognized as an internal or external command, operable program or batch file.
I ended up using cross-env and updating the start script to:
I'm currently going through chapter 6, working with React.
The start script sets environment variable named
EXTEND_ESLINT
, which on windows outputs the following error:I ended up using
cross-env
and updating the start script to:And maybe you could add some explanation of why we need this dependency where you explain other project dependencies.
I would happily submit a PR (with some instructions on how to apply them to all branches).
The text was updated successfully, but these errors were encountered: