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
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);
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);
The text was updated successfully, but these errors were encountered: