Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gulp serve ends with syntax error #431

Open
ngKisor opened this issue Dec 5, 2017 · 0 comments
Open

gulp serve ends with syntax error #431

ngKisor opened this issue Dec 5, 2017 · 0 comments

Comments

@ngKisor
Copy link

ngKisor commented Dec 5, 2017

gulp serve ends with a syntax error on node modules/keypress/index.js with an invalid number
events.js:163
throw er; // Unhandled 'error' event
^
SyntaxError: /home/kisor/OnGoingProjects/hotspot/hotspot_api/server/node_modules/keypress/index.js: Invalid number (374:30)
372 | var s = key.sequence;
373 | var b = s.charCodeAt(3);

374 | key.x = s.charCodeAt(4) - 040;
| ^
375 | key.y = s.charCodeAt(5) - 040;
376 |
377 | key.scroll = 0;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant