We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use my_host.js, occur error: Failed to connect: Native host has exited.
my_host.js
The text was updated successfully, but these errors were encountered:
Run the following:
which node
Then add the following line to the top of my_host.js:
#!/Users/eldad/.nvm/versions/node/v10.15.1/bin/node
(replacing the path with the output of which)
which
Sorry, something went wrong.
Run the following: which node Then add the following line to the top of my_host.js: #!/Users/eldad/.nvm/versions/node/v10.15.1/bin/node (replacing the path with the output of which)
Worked like a charm!
No branches or pull requests
When I use
my_host.js
, occur error: Failed to connect: Native host has exited.The text was updated successfully, but these errors were encountered: