-
Notifications
You must be signed in to change notification settings - Fork 6
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
NodeJS interrupt fix #28
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the web demo when generating says Generating <spinner> say Picovoice to interrupt
when generating. Let's do <spinner> Generating... (say Picovoice to interrupt)
instead
@@ -16,7 +16,7 @@ | |||
"dependencies": { | |||
"@picovoice/cheetah-node": "^2.0.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should update cheetah while we're at it
@@ -21,7 +21,7 @@ | |||
"dependencies": { | |||
"@picovoice/cheetah-web": "^2.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update cheetah
also let's update web cheetah to latest as well |
eebfa18
to
dc5057b
Compare
@@ -19,6 +19,7 @@ | |||
"author": "Picovoice Inc", | |||
"license": "Apache-2.0", | |||
"dependencies": { | |||
"@picovoice/cheetah-node": "^2.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like you added cheetah node here instead of updating cheetah web?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove and update the yarn lock so that it is not there
No description provided.