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
In line 57 of README, the command 'grunt -v' is suggested to make sure 'grunt' is installed, but the '-v' option is actually verbose mode.
The one wanted is "-V" (uppercase), which prints the grunt version.
The text was updated successfully, but these errors were encountered:
In line 57 of README, the command 'grunt -v' is suggested to make sure 'grunt' is installed, but the '-v' option is actually verbose mode.
The one wanted is "-V" (uppercase), which prints the grunt version.
The text was updated successfully, but these errors were encountered: