This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Cant install on Ubuntu 16.02 LTS #183
Comments
@hueboy Did you install it with the "-g" flag? The command "bst" won't be available from the command-line unless you do. Installing it locally in a project is for using our API programmatically, as opposed to through the command-line interface. |
I did the same. It went through without errors but does complain about the version of npm. Please find below
raghu@raghu-HP-EliteBook-840-G3:~/amazon_alexa$ sudo npm install bespoken-tools -g
[sudo] password for raghu:
npm WARN engine bespoken-tools@0.9.25: wanted: {"node":"4.3.2"} (current: {"node":"4.7.2","npm":"2.15.11"})
npm WARN deprecated wrench@1.5.9: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.
/home/raghu/.npm-global/bin/bst-server -> /home/raghu/.npm-global/lib/node_modules/bespoken-tools/bin/bst-server.js
/home/raghu/.npm-global/bin/bst -> /home/raghu/.npm-global/lib/node_modules/bespoken-tools/bin/bst.js
bespoken-tools@0.9.25 /home/raghu/.npm-global/lib/node_modules/bespoken-tools
├── uuid@3.0.0
├── wrench@1.5.9
├── commander@2.9.0 (graceful-readlink@1.0.1)
├── chalk@1.1.3 (escape-string-regexp@1.0.5, supports-color@2.0.0, ansi-styles@2.2.1, has-ansi@2.0.0, strip-ansi@3.0.1)
├── properties-reader@0.0.15 (mkdirp@0.3.5)
├── winston@2.3.0 (cycle@1.0.3, stack-trace@0.0.9, eyes@0.1.8, isstream@0.1.2, async@1.0.0, colors@1.0.3)
├── node-zip@1.1.1 (jszip@2.5.0)
├── request@2.79.0 (aws-sign2@0.6.0, tunnel-agent@0.4.3, forever-agent@0.6.1, oauth-sign@0.8.2, caseless@0.11.0, is-typedarray@1.0.0, stringstream@0.0.5, aws4@1.5.0, isstream@0.1.2, json-stringify-safe@5.0.1, extend@3.0.0, qs@6.3.0, combined-stream@1.0.5, mime-types@2.1.13, tough-cookie@2.3.2, form-data@2.1.2, hawk@3.1.3, http-signature@1.1.1, har-validator@2.0.6)
├── async@2.1.4 (lodash@4.17.4)
└── aws-sdk@2.7.21 (sax@1.1.5, xml2js@0.4.15, querystring@0.2.0, url@0.10.3, jmespath@0.15.0, buffer@4.9.1, crypto-browserify@1.0.9, xmlbuilder@2.6.2<mailto:xmlbuilder@2.6.2>)
Regards,
Raghu Kona
Software Application Engineer - Smart Home (R&D Home Systems Americas)
[hue-transparant-logo]
Innovation, Philips Lighting
Mobile:+1 (503) 954 5563<tel:%2B1%20%28503%29%20954%205563>
https://www.linkedin.com/in/raghukona
From: jkelvie [mailto:notifications@github.com]
Sent: Monday, January 09, 2017 6:32 AM
To: bespoken/bst <bst@noreply.github.com>
Cc: Kona, Raghu <raghu.kona@philips.com>; Mention <mention@noreply.github.com>
Subject: Re: [bespoken/bst] Cant install on Ubuntu 16.02 LTS (#183)
@hueboy<https://github.com/hueboy> Did you install it with the "-g" flag? The command "bst" won't be available from the command-line unless you do.
Installing it locally in a project is for using our API programmatically, as opposed to through the command-line interface.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#183 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AV-cprmGL5EzcyYWyL9ngmLsY5XwzkXRks5rQkTWgaJpZM4Lds-D>.
…________________________________
The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.
|
Great, thanks for updating us. Can you run bst commands after installing using -g? Or are you still getting the error "No bst command found"? |
I am still getting the error.
Regards,
Raghu Kona
Software Application Engineer - Smart Home (R&D Home Systems Americas)
[hue-transparant-logo]
Innovation, Philips Lighting
Mobile:+1 (503) 954 5563<tel:%2B1%20%28503%29%20954%205563>
https://www.linkedin.com/in/raghukona
From: jkelvie [mailto:notifications@github.com]
Sent: Monday, January 09, 2017 10:17 AM
To: bespoken/bst <bst@noreply.github.com>
Cc: Kona, Raghu <raghu.kona@philips.com>; Mention <mention@noreply.github.com>
Subject: Re: [bespoken/bst] Cant install on Ubuntu 16.02 LTS (#183)
Great, thanks for updating us. Can you run bst commands after installing using -g? Or are you still getting the error "No bst command found"?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#183 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AV-cpia5gfK0_nHrC4Y_gqyFjK_X4Ewoks5rQnmRgaJpZM4Lds-D>.
…________________________________
The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.
|
Raghu, I just fired up a 16.04. I use nvm to manage node versions. I did this:
Can you try it? |
Sorry for the delay. Now I got into EACCESS: permission denied error when I ran
$npm install bespoken-tools –g
Should I try running it with sudo?
Regards,
Raghu Kona
Software Application Engineer - Smart Home (R&D Home Systems Americas)
[hue-transparant-logo]
Innovation, Philips Lighting
Mobile:+1 (503) 954 5563<tel:%2B1%20%28503%29%20954%205563>
https://www.linkedin.com/in/raghukona
From: Bela Vizy [mailto:notifications@github.com]
Sent: Monday, January 09, 2017 11:10 AM
To: bespoken/bst <bst@noreply.github.com>
Cc: Kona, Raghu <raghu.kona@philips.com>; Mention <mention@noreply.github.com>
Subject: Re: [bespoken/bst] Cant install on Ubuntu 16.02 LTS (#183)
Raghu,
I just fired up a 16.04. I use nvm to manage node versions.
I did this:
1. curl https://raw.githubusercontent.com/creationix/nvm/v0.25.0/install.sh | bash
2. logout/login to get the shell variables
3. nvm install 6.3
4. nvm use 6.3
5. npm install bespoken-tools -g
6. bst proxy http 3000
Can you try it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#183 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AV-cpgOcI4CUiNr1F5DAf9gPG821lc7vks5rQoYOgaJpZM4Lds-D>.
…________________________________
The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.
|
Now you are bumping into the old (non nvm install) I assume. What is the path of npm? |
+ Personal Email
Regards,
Raghu Kona
Software Application Engineer - Smart Home (R&D Home Systems Americas)
[hue-transparant-logo]
Innovation, Philips Lighting
Mobile:+1 (503) 954 5563<tel:%2B1%20%28503%29%20954%205563>
https://www.linkedin.com/in/raghukona
From: Bela Vizy [mailto:notifications@github.com]
Sent: Tuesday, January 10, 2017 1:35 PM
To: bespoken/bst <bst@noreply.github.com>
Cc: Kona, Raghu <raghu.kona@philips.com>; Mention <mention@noreply.github.com>
Subject: Re: [bespoken/bst] Cant install on Ubuntu 16.02 LTS (#183)
Now you are bumping into the old (non nvm install) I assume. What is the path of npm?
What does "type npm" command say?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#183 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AV-cpqEtvGSxEpoI1Tf-JV_SXbl90T5kks5rQ_mRgaJpZM4Lds-D>.
…________________________________
The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.
|
raghu@raghu-HP-EliteBook-840-G3:~$ type npm
npm is hashed (/home/raghu/.nvm/versions/node/v6.3.1/bin/npm)
Shall I remove all node, npm and start from scratch with nvm?
Thanks & Regards,
Raghu Kona
Software Application Engineer - Smart Home (R&D Home Systems Americas)
Innovation, Philips Lighting
Mobile: +1 (503) 954 5563
…On Tue, Jan 10, 2017 at 1:36 PM, Kona, Raghu ***@***.***> wrote:
+ Personal Email
Regards,
*Raghu Kona*
Software Application Engineer - Smart Home (R&D Home Systems Americas)
[image: hue-transparant-logo]
Innovation, Philips Lighting
Mobile:+1 (503) 954 5563
https://www.linkedin.com/in/raghukona
*From:* Bela Vizy ***@***.***
*Sent:* Tuesday, January 10, 2017 1:35 PM
*To:* bespoken/bst ***@***.***>
*Cc:* Kona, Raghu ***@***.***>; Mention <
***@***.***>
*Subject:* Re: [bespoken/bst] Cant install on Ubuntu 16.02 LTS (#183)
Now you are bumping into the old (non nvm install) I assume. What is the
path of npm?
What does "type npm" command say?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#183 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AV-cpqEtvGSxEpoI1Tf-JV_SXbl90T5kks5rQ_mRgaJpZM4Lds-D>
.
------------------------------
The information contained in this message may be confidential and legally
protected under applicable law. The message is intended solely for the
addressee(s). If you are not the intended recipient, you are hereby
notified that any use, forwarding, dissemination, or reproduction of this
message is strictly prohibited and may be unlawful. If you are not the
intended recipient, please contact the sender by return e-mail and destroy
all copies of the original message.
|
@hueboy You can talk to us gitter also. That can be quicker for these conversations. |
Yes, I would think so. I hope you don't blame if that doesn't fix it... :-) Either way we will figure it out.
…-B
On Jan 10, 2017, at 4:38 PM, Raghu Kona ***@***.***> wrote:
***@***.***:~$ type npm
npm is hashed (/home/raghu/.nvm/versions/node/v6.3.1/bin/npm)
Shall I remove all node, npm and start from scratch with nvm?
Thanks & Regards,
Raghu Kona
Software Application Engineer - Smart Home (R&D Home Systems Americas)
Innovation, Philips Lighting
Mobile: +1 (503) 954 5563
On Tue, Jan 10, 2017 at 1:36 PM, Kona, Raghu ***@***.***> wrote:
> + Personal Email
>
>
>
> Regards,
>
> *Raghu Kona*
>
>
>
> Software Application Engineer - Smart Home (R&D Home Systems Americas)
>
> [image: hue-transparant-logo]
>
> Innovation, Philips Lighting
>
> Mobile:+1 (503) 954 5563
>
> https://www.linkedin.com/in/raghukona
>
>
>
>
>
> *From:* Bela Vizy ***@***.***
> *Sent:* Tuesday, January 10, 2017 1:35 PM
> *To:* bespoken/bst ***@***.***>
> *Cc:* Kona, Raghu ***@***.***>; Mention <
> ***@***.***>
> *Subject:* Re: [bespoken/bst] Cant install on Ubuntu 16.02 LTS (#183)
>
>
>
> Now you are bumping into the old (non nvm install) I assume. What is the
> path of npm?
> What does "type npm" command say?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#183 (comment)>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AV-cpqEtvGSxEpoI1Tf-JV_SXbl90T5kks5rQ_mRgaJpZM4Lds-D>
> .
>
> ------------------------------
> The information contained in this message may be confidential and legally
> protected under applicable law. The message is intended solely for the
> addressee(s). If you are not the intended recipient, you are hereby
> notified that any use, forwarding, dissemination, or reproduction of this
> message is strictly prohibited and may be unlawful. If you are not the
> intended recipient, please contact the sender by return e-mail and destroy
> all copies of the original message.
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#183 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AGDKhGvzcUL-fz0ReNOuxZTpzbpm6Z9oks5rQ_pBgaJpZM4Lds-D>.
|
Closing as this was resolved based on discussion in gitter. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i was not able to install the command line tools globally using npm install bespoken-tools --save. I have also tried using sudo but no luck. The installation in both the cases works fine but when run bst all I see is
No command 'bst' found, did you mean:
Command 'tst' from package 'pvm-examples' (universe)
Command 'ast' from package 'jruby' (universe)
Command 'bsf' from package 'code-aster-gui' (universe)
Command 'rst' from package 'bro-aux' (universe)
Command 'bts' from package 'devscripts' (main)
Command 'btt' from package 'blktrace' (universe)
Command 'bist' from package 'bist' (universe)
Command 'bat' from package 'bareos-bat' (universe)
Command 'bat' from package 'bacula-console-qt' (universe)
Command 'gst' from package 'gnu-smalltalk' (universe)
Command 'bsh' from package 'bsh' (universe)
bst: command not found
node v4.7.2
npm 2.15.11
The text was updated successfully, but these errors were encountered: