Installing amber on Ubuntu

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Installing amber on Ubuntu

Jochen Rick
Hi everyone,

I'm trying to install amber on my Ubuntu 14.04 LTS 64-bit computer. I installed NPM. GIT was previously installed. I was able to run the "npm install -g amber-cli" command with the following result:
npm http GET https://registry.npmjs.org/amber-cli
npm http 304 https://registry.npmjs.org/amber-cli
npm http GET https://registry.npmjs.org/amber
npm http GET https://registry.npmjs.org/grunt-init-amber
npm http GET https://registry.npmjs.org/amber-dev
npm http 304 https://registry.npmjs.org/amber
npm http 304 https://registry.npmjs.org/amber-dev
npm http 304 https://registry.npmjs.org/grunt-init-amber
npm http GET https://registry.npmjs.org/amd-config-builder
npm http GET https://registry.npmjs.org/amdefine
npm http GET https://registry.npmjs.org/es6-promise
npm http GET https://registry.npmjs.org/requirejs
npm http GET https://registry.npmjs.org/requirejs-text
npm http 304 https://registry.npmjs.org/amdefine
npm http 304 https://registry.npmjs.org/requirejs-text
npm http 304 https://registry.npmjs.org/requirejs
npm http 304 https://registry.npmjs.org/es6-promise
npm http 304 https://registry.npmjs.org/amd-config-builder
npm http GET https://registry.npmjs.org/findit
npm http GET https://registry.npmjs.org/lodash
npm http 304 https://registry.npmjs.org/lodash
npm http 304 https://registry.npmjs.org/findit
/home/jrick/npm/bin/amber -> /home/jrick/npm/lib/node_modules/amber-cli/support/amber-cli.js
/home/jrick/npm/bin/amberc -> /home/jrick/npm/lib/node_modules/amber-cli/support/amberc-cli.js
amber-cli@0.14.16 /home/jrick/npm/lib/node_modules/amber-cli
├── grunt-init-amber@0.14.19
├── amber@0.14.16
└── amber-dev@0.7.1 (amdefine@1.0.0, requirejs-text@2.0.12, es6-promise@2.3.0, requirejs@2.1.20, amd-config-builder@0.2.2)

Everything seems to be okay. At minimum, the directory ~/npm/bin exists and has the following things in it:
amber  amberc  bower  grunt  grunt-init  latest-version

I've also added that directory to my path.

Unfortunately, when I try to run the "amber init" command, nothing happens. It executes but I'm not prompted for anything nor is the directory changed in any way. "amber serve" also does not create a server, but I expect that considering that nothing was created with the init command.

Any suggestions for further steps to take to diagnose this problem?

Cheers,

Jeff

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Installing amber on Ubuntu

Herby Vojčík
I just tried on the same OS and it works.

Maybe try to npm cache clean, rm -rf ~/.npm, rm -rf ~/npm and try again.

Herby

Jochen Rick wrote:

> Hi everyone,
>
> I'm trying to install amber on my Ubuntu 14.04 LTS 64-bit computer. I
> installed NPM. GIT was previously installed. I was able to run the
> "npm install -g amber-cli" command with the following result:
> npm http GET https://registry.npmjs.org/amber-cli
> npm http 304 https://registry.npmjs.org/amber-cli
> npm http GET https://registry.npmjs.org/amber
> npm http GET https://registry.npmjs.org/grunt-init-amber
> npm http GET https://registry.npmjs.org/amber-dev
> npm http 304 https://registry.npmjs.org/amber
> npm http 304 https://registry.npmjs.org/amber-dev
> npm http 304 https://registry.npmjs.org/grunt-init-amber
> npm http GET https://registry.npmjs.org/amd-config-builder
> npm http GET https://registry.npmjs.org/amdefine
> npm http GET https://registry.npmjs.org/es6-promise
> npm http GET https://registry.npm
js.org/requirejs

> npm http GET https://registry.npmjs.org/requirejs-text
> npm http 304 https://registry.npmjs.org/amdefine
> npm http 304 https://registry.npmjs.org/requirejs-text
> npm http 304 https://registry.npmjs.org/requirejs
> npm http 304 https://registry.npmjs.org/es6-promise
> npm http 304 https://registry.npmjs.org/amd-config-builder
> npm http GET https://registry.npmjs.org/findit
> npm http GET https://registry.npmjs.org/lodash
> npm http 304 https://registry.npmjs.org/lodash
> npm http 304 https://registry.npmjs.org/findit
> /home/jrick/npm/bin/amber ->
> /home/jrick/npm/lib/node_modules/amber-cli/support/amber-cli.js
> /home/jrick/npm/bin/amberc ->
> /home/jrick/npm/lib/node_modules/amber-cli/support/amberc-cli.js
> amber-cli@0.14.16 /home/jrick/npm/lib/node_modules/amber-cli
> ├── grunt-init-amber@0.14.19
> ├── amber@0.14.16
> └── amber-dev@0.7.1 (amdefine@1.0.0, requirejs-text@2.0.12,
> es6-promise@2.3.0, requirejs@2.1.20, amd-config-bu
ilder@0.2.2)

>
> Everything seems to be okay. At minimum, the directory ~/npm/bin
> exists and has the following things in it:
> amber  amberc  bower  grunt  grunt-init  latest-version
>
> I've also added that directory to my path.
>
> Unfortunately, when I try to run the "amber init" command, nothing
> happens. It executes but I'm not prompted for anything nor is the
> directory changed in any way. "amber serve" also does not create a
> server, but I expect that considering that nothing was created with
> the init command.
>
> Any suggestions for further steps to take to diagnose this problem?
>
> Cheers,
>
> Jeff
>
> --
> You received this message because you are subscribed to the Google
> Groups "amber-lang" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [hidden email]
> <mailto:[hidden email]>.
> For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Installing amber on Ubuntu

Jochen Rick
Thanks. I think it may be that my Linux distro is in bad shape (I can't seem to run software update). I'm going to try to upgrade it to a newer Ubuntu and hope that fixes it.

On Saturday, September 26, 2015 at 9:32:21 AM UTC-4, Herby wrote:
I just tried on the same OS and it works.

Maybe try to npm cache clean, rm -rf ~/.npm, rm -rf ~/npm and try again.

Herby

Jochen Rick wrote:

> Hi everyone,
>
> I'm trying to install amber on my Ubuntu 14.04 LTS 64-bit computer. I
> installed NPM. GIT was previously installed. I was able to run the
> "npm install -g amber-cli" command with the following result:
> npm http GET <a href="https://registry.npmjs.org/amber-cli" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famber-cli\46sa\75D\46sntz\0751\46usg\75AFQjCNEwIq1nP0tj7OYro8gu38wOv-iZ7Q&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famber-cli\46sa\75D\46sntz\0751\46usg\75AFQjCNEwIq1nP0tj7OYro8gu38wOv-iZ7Q&#39;;return true;">https://registry.npmjs.org/amber-cli
> npm http 304 <a href="https://registry.npmjs.org/amber-cli" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famber-cli\46sa\75D\46sntz\0751\46usg\75AFQjCNEwIq1nP0tj7OYro8gu38wOv-iZ7Q&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famber-cli\46sa\75D\46sntz\0751\46usg\75AFQjCNEwIq1nP0tj7OYro8gu38wOv-iZ7Q&#39;;return true;">https://registry.npmjs.org/amber-cli
> npm http GET <a href="https://registry.npmjs.org/amber" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famber\46sa\75D\46sntz\0751\46usg\75AFQjCNFDjECn058AEodsutIx03opqUkjwg&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famber\46sa\75D\46sntz\0751\46usg\75AFQjCNFDjECn058AEodsutIx03opqUkjwg&#39;;return true;">https://registry.npmjs.org/amber
> npm http GET <a href="https://registry.npmjs.org/grunt-init-amber" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Fgrunt-init-amber\46sa\75D\46sntz\0751\46usg\75AFQjCNH0sGPN1whgsAoxWJwPZZmPDOS_Kw&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Fgrunt-init-amber\46sa\75D\46sntz\0751\46usg\75AFQjCNH0sGPN1whgsAoxWJwPZZmPDOS_Kw&#39;;return true;">https://registry.npmjs.org/grunt-init-amber
> npm http GET <a href="https://registry.npmjs.org/amber-dev" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famber-dev\46sa\75D\46sntz\0751\46usg\75AFQjCNGBkCT2NEdtnkPMDJElXcVsolNP0A&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famber-dev\46sa\75D\46sntz\0751\46usg\75AFQjCNGBkCT2NEdtnkPMDJElXcVsolNP0A&#39;;return true;">https://registry.npmjs.org/amber-dev
> npm http 304 <a href="https://registry.npmjs.org/amber" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famber\46sa\75D\46sntz\0751\46usg\75AFQjCNFDjECn058AEodsutIx03opqUkjwg&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famber\46sa\75D\46sntz\0751\46usg\75AFQjCNFDjECn058AEodsutIx03opqUkjwg&#39;;return true;">https://registry.npmjs.org/amber
> npm http 304 <a href="https://registry.npmjs.org/amber-dev" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famber-dev\46sa\75D\46sntz\0751\46usg\75AFQjCNGBkCT2NEdtnkPMDJElXcVsolNP0A&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famber-dev\46sa\75D\46sntz\0751\46usg\75AFQjCNGBkCT2NEdtnkPMDJElXcVsolNP0A&#39;;return true;">https://registry.npmjs.org/amber-dev
> npm http 304 <a href="https://registry.npmjs.org/grunt-init-amber" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Fgrunt-init-amber\46sa\75D\46sntz\0751\46usg\75AFQjCNH0sGPN1whgsAoxWJwPZZmPDOS_Kw&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Fgrunt-init-amber\46sa\75D\46sntz\0751\46usg\75AFQjCNH0sGPN1whgsAoxWJwPZZmPDOS_Kw&#39;;return true;">https://registry.npmjs.org/grunt-init-amber
> npm http GET <a href="https://registry.npmjs.org/amd-config-builder" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famd-config-builder\46sa\75D\46sntz\0751\46usg\75AFQjCNEv7Qyoayiz-P_Eipz-XthI971FFg&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famd-config-builder\46sa\75D\46sntz\0751\46usg\75AFQjCNEv7Qyoayiz-P_Eipz-XthI971FFg&#39;;return true;">https://registry.npmjs.org/amd-config-builder
> npm http GET <a href="https://registry.npmjs.org/amdefine" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famdefine\46sa\75D\46sntz\0751\46usg\75AFQjCNGJT4V3uw7yTlbQbMm67UWr6hcVuQ&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famdefine\46sa\75D\46sntz\0751\46usg\75AFQjCNGJT4V3uw7yTlbQbMm67UWr6hcVuQ&#39;;return true;">https://registry.npmjs.org/amdefine
> npm http GET <a href="https://registry.npmjs.org/es6-promise" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Fes6-promise\46sa\75D\46sntz\0751\46usg\75AFQjCNGdAkdV7ZXOI8HadROH53jRW0nivA&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Fes6-promise\46sa\75D\46sntz\0751\46usg\75AFQjCNGdAkdV7ZXOI8HadROH53jRW0nivA&#39;;return true;">https://registry.npmjs.org/es6-promise
> npm http GET <a href="https://registry.npm" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npm\46sa\75D\46sntz\0751\46usg\75AFQjCNGLL5fqqO2Qn36rAYJF3JZrncsbxA&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npm\46sa\75D\46sntz\0751\46usg\75AFQjCNGLL5fqqO2Qn36rAYJF3JZrncsbxA&#39;;return true;">https://registry.npm
<a href="http://js.org/requirejs" target="_blank" rel="nofollow" onmousedown="this.href=&#39;http://www.google.com/url?q\75http%3A%2F%2Fjs.org%2Frequirejs\46sa\75D\46sntz\0751\46usg\75AFQjCNESPGLW9cEMX0OBU0ILBM8m5zkCuA&#39;;return true;" onclick="this.href=&#39;http://www.google.com/url?q\75http%3A%2F%2Fjs.org%2Frequirejs\46sa\75D\46sntz\0751\46usg\75AFQjCNESPGLW9cEMX0OBU0ILBM8m5zkCuA&#39;;return true;">js.org/requirejs

> npm http GET <a href="https://registry.npmjs.org/requirejs-text" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Frequirejs-text\46sa\75D\46sntz\0751\46usg\75AFQjCNGZyJgJ2diMFSsVxejaxk4-rQQICA&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Frequirejs-text\46sa\75D\46sntz\0751\46usg\75AFQjCNGZyJgJ2diMFSsVxejaxk4-rQQICA&#39;;return true;">https://registry.npmjs.org/requirejs-text
> npm http 304 <a href="https://registry.npmjs.org/amdefine" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famdefine\46sa\75D\46sntz\0751\46usg\75AFQjCNGJT4V3uw7yTlbQbMm67UWr6hcVuQ&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famdefine\46sa\75D\46sntz\0751\46usg\75AFQjCNGJT4V3uw7yTlbQbMm67UWr6hcVuQ&#39;;return true;">https://registry.npmjs.org/amdefine
> npm http 304 <a href="https://registry.npmjs.org/requirejs-text" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Frequirejs-text\46sa\75D\46sntz\0751\46usg\75AFQjCNGZyJgJ2diMFSsVxejaxk4-rQQICA&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Frequirejs-text\46sa\75D\46sntz\0751\46usg\75AFQjCNGZyJgJ2diMFSsVxejaxk4-rQQICA&#39;;return true;">https://registry.npmjs.org/requirejs-text
> npm http 304 <a href="https://registry.npmjs.org/requirejs" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Frequirejs\46sa\75D\46sntz\0751\46usg\75AFQjCNHQ_bNiXxFjtTvw03T6DlCXZd2ZPQ&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Frequirejs\46sa\75D\46sntz\0751\46usg\75AFQjCNHQ_bNiXxFjtTvw03T6DlCXZd2ZPQ&#39;;return true;">https://registry.npmjs.org/requirejs
> npm http 304 <a href="https://registry.npmjs.org/es6-promise" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Fes6-promise\46sa\75D\46sntz\0751\46usg\75AFQjCNGdAkdV7ZXOI8HadROH53jRW0nivA&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Fes6-promise\46sa\75D\46sntz\0751\46usg\75AFQjCNGdAkdV7ZXOI8HadROH53jRW0nivA&#39;;return true;">https://registry.npmjs.org/es6-promise
> npm http 304 <a href="https://registry.npmjs.org/amd-config-builder" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famd-config-builder\46sa\75D\46sntz\0751\46usg\75AFQjCNEv7Qyoayiz-P_Eipz-XthI971FFg&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Famd-config-builder\46sa\75D\46sntz\0751\46usg\75AFQjCNEv7Qyoayiz-P_Eipz-XthI971FFg&#39;;return true;">https://registry.npmjs.org/amd-config-builder
> npm http GET <a href="https://registry.npmjs.org/findit" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Ffindit\46sa\75D\46sntz\0751\46usg\75AFQjCNH9igrx_QKuDQbINZHoN0W7bB4akg&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Ffindit\46sa\75D\46sntz\0751\46usg\75AFQjCNH9igrx_QKuDQbINZHoN0W7bB4akg&#39;;return true;">https://registry.npmjs.org/findit
> npm http GET <a href="https://registry.npmjs.org/lodash" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Flodash\46sa\75D\46sntz\0751\46usg\75AFQjCNE9haSnKTmB5sIdCgtC2u22e5BS0g&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Flodash\46sa\75D\46sntz\0751\46usg\75AFQjCNE9haSnKTmB5sIdCgtC2u22e5BS0g&#39;;return true;">https://registry.npmjs.org/lodash
> npm http 304 <a href="https://registry.npmjs.org/lodash" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Flodash\46sa\75D\46sntz\0751\46usg\75AFQjCNE9haSnKTmB5sIdCgtC2u22e5BS0g&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Flodash\46sa\75D\46sntz\0751\46usg\75AFQjCNE9haSnKTmB5sIdCgtC2u22e5BS0g&#39;;return true;">https://registry.npmjs.org/lodash
> npm http 304 <a href="https://registry.npmjs.org/findit" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Ffindit\46sa\75D\46sntz\0751\46usg\75AFQjCNH9igrx_QKuDQbINZHoN0W7bB4akg&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\75https%3A%2F%2Fregistry.npmjs.org%2Ffindit\46sa\75D\46sntz\0751\46usg\75AFQjCNH9igrx_QKuDQbINZHoN0W7bB4akg&#39;;return true;">https://registry.npmjs.org/findit
> /home/jrick/npm/bin/amber ->
> /home/jrick/npm/lib/node_modules/amber-cli/support/amber-cli.js
> /home/jrick/npm/bin/amberc ->
> /home/jrick/npm/lib/node_modules/amber-cli/support/amberc-cli.js
> amber-cli@0.14.16 /home/jrick/npm/lib/node_modules/amber-cli
> ├── grunt-init-amber@0.14.19
> ├── amber@0.14.16
> └── amber-dev@0.7.1 (amdefine@1.0.0, requirejs-text@2.0.12,
> es6-promise@2.3.0, requirejs@2.1.20, amd-config-bu
ilder@0.2.2)

>
> Everything seems to be okay. At minimum, the directory ~/npm/bin
> exists and has the following things in it:
> amber  amberc  bower  grunt  grunt-init  latest-version
>
> I've also added that directory to my path.
>
> Unfortunately, when I try to run the "amber init" command, nothing
> happens. It executes but I'm not prompted for anything nor is the
> directory changed in any way. "amber serve" also does not create a
> server, but I expect that considering that nothing was created with
> the init command.
>
> Any suggestions for further steps to take to diagnose this problem?
>
> Cheers,
>
> Jeff
>
> --
> You received this message because you are subscribed to the Google
> Groups "amber-lang" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="8cYLCDMPCQAJ" rel="nofollow" onmousedown="this.href=&#39;javascript:&#39;;return true;" onclick="this.href=&#39;javascript:&#39;;return true;">amber-lang+...@googlegroups.com
> <mailto:<a href="javascript:" target="_blank" gdf-obfuscated-mailto="8cYLCDMPCQAJ" rel="nofollow" onmousedown="this.href=&#39;javascript:&#39;;return true;" onclick="this.href=&#39;javascript:&#39;;return true;">amber-lang+unsubscribe@...>.
> For more options, visit <a href="https://groups.google.com/d/optout" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://groups.google.com/d/optout&#39;;return true;" onclick="this.href=&#39;https://groups.google.com/d/optout&#39;;return true;">https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.