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

does not work with node 9.3 #51

Open
logicminds opened this issue Jan 1, 2018 · 2 comments
Open

does not work with node 9.3 #51

logicminds opened this issue Jan 1, 2018 · 2 comments

Comments

@logicminds
Copy link

Getting the following error with node 9.3

TypeError: process._tickDomainCallback is not a function
    at Function.module.exports.runLoopOnce (/Users/user1/project/node_modules/deasync/index.js:65:11)
    at SyncHighlight.highlight (/Users/user1/project/node_modules/pryjs/build/pry/sync_highlight.js:49:19)
    at SyncHighlight.code_snippet (/Users/user1/project/node_modules/pryjs/build/pry/sync_highlight.js:62:20)
    at File.formatted_content_by_line (/Users/user1/project/node_modules/pryjs/build/pry/file.js:46:61)
    at Whereami.execute (/Users/user1/project/node_modules/pryjs/build/pry/commands/whereami.js:33:34)
    at App.find_command (/Users/user1/project/node_modules/pryjs/build/pry/app.js:65:34)
    at SyncPrompt.<anonymous> (/Users/user1/project/node_modules/pryjs/build/pry/app.js:3:61)

@logicminds
Copy link
Author

This appears to be an issue with deasync

@logicminds
Copy link
Author

Looks like it was fixed in deasync version : 0.1.12

abbr/deasync@3638d54

Would need to update the deasync version in package.json

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