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. |
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 > 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 > > 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. |
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. 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. |
Free forum by Nabble | Edit this page |