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
If running npm init nightwatch in an existing TS project, the initialization fails with SyntaxError:
Installing the following packages:
- @types/nightwatch
Installing @types/nightwatch
Done!
SyntaxError: Unexpected token } in JSON at position 438
at JSON.parse (<anonymous>)
If running
npm init nightwatch
in an existing TS project, the initialization fails withSyntaxError
:See also #33
The text was updated successfully, but these errors were encountered: