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

Failing after entering email #159

Open
nickygencs17 opened this issue Oct 8, 2018 · 3 comments
Open

Failing after entering email #159

nickygencs17 opened this issue Oct 8, 2018 · 3 comments

Comments

@nickygencs17
Copy link

Windows 7
$ npm -version
5.6.0

$ emojipacks
Slack subdomain: slack-domain
Email address login: user@email.com
(node:13256) UnhandledPromiseRejectionWarning: TypeError: process.stdin.setRawMode is not a funct                           ion
    at C:\Users\{USER}\AppData\Roaming\npm\node_modules\emojipacks\node_modules\co-prompt\index.js                           :71:19
    at C:\Users\{USER}\AppData\Roaming\npm\node_modules\emojipacks\node_modules\co\index.js:136:8
    at new Promise (<anonymous>)
    at thunkToPromise (C:\Users\{USER}\AppData\Roaming\npm\node_modules\emojipacks\node_modules\co                           \index.js:135:10)
    at toPromise (C:\Users\{USER}\AppData\Roaming\npm\node_modules\emojipacks\node_modules\co\inde                           x.js:119:55)
    at next (C:\Users\{USER}\AppData\Roaming\npm\node_modules\emojipacks\node_modules\co\index.js:                           99:29)
    at onFulfilled (C:\Users\{USER}\AppData\Roaming\npm\node_modules\emojipacks\node_modules\co\in                           dex.js:69:7)
    at C:\Users\{USER}\AppData\Roaming\npm\node_modules\emojipacks\node_modules\co\index.js:54:5
    at new Promise (<anonymous>)
    at co (C:\Users\{USER}\AppData\Roaming\npm\node_modules\emojipacks\node_modules\co\index.js:50                           :10)
(node:13256) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated                            either by throwing inside of an async function without a catch block, or by rejecting a promise                            which was not handled with .catch(). (rejection id: 2)
(node:13256) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the fu                           ture, promise rejections that are not handled will terminate the Node.js process with a non-zero                            exit code.

@arukaen
Copy link

arukaen commented Dec 7, 2018

Try node6 instead. That seems to work the best for me. If you have docker installed I have a PR where I've added docker support. #163

@nickygencs17
Copy link
Author

nickygencs17 commented Jan 10, 2019

$ npm -version
6.4.1
Same issue

@arukaen
Copy link

arukaen commented Jan 28, 2019

$ npm -version
6.4.1
Same issue

Should've mentioned I'm on Linux where-as you are on Windows. Maybe something different there.

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

2 participants