I recently updated Amber on my machine (for no particular reason). I got Version 0.15.0-pre. It appears to be broken. When I do an 'amber init', the resultant application doesn't work.
-- I was just wondering whether it's possible to install specific Amber versions (like f'rinstance, the last "stable" version). Or I can simply wait for 0.15 to become "official". 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. |
Hi, if you install Amber via npm you should get the latest 'stable' version. Getting 0.15.0-pre should only be possible if you clone the Amber repo via Git. But to help diagnose the problem there is a lot of information missing from your side. What OS/Browser are you using? How did you update Amber? What version is Amber-Cli? What appears to be broken? How does this issue manifest (application does not work is not a very enlightening description)? Thanks, Manfred 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'm running OS X/Chrome.
-- After I installed the latest Node.js, I used: npm -g install amber-cli When I type 'amber', I get: 0.15.0-pre (NodeJS 0.12.3)
When I type 'npm', I get: npm@2.9.1 If I use 'amber init' and then run the app in the browser, NOTHING happens when I click on "Hello from TagBrush >> with:" or "Hello from jQuery append". On Monday, 18 May 2015 05:13:01 UTC-4, MKroehnert wrote:
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. |
Richard Eng wrote: > I'm running OS X/Chrome. > After I installed the latest Node.js, I used: npm -g install amber-cli > > When I type 'amber', I get: 0.15.0-pre (NodeJS 0.12.3) This version does not matter, it's a version of amber which compiled amber-cli itself. > When I type 'npm', I get: npm@2.9.1 > > If I use 'amber init' and then run the app in the browser, NOTHING > happens when I click on "Hello from TagBrush >> with:" or "Hello from > jQuery append". Strange. You should look at Console tab and / or Network tab in developer tools in your browser to see what is actually the problem (something missing, probably). > > > On Monday, 18 May 2015 05:13:01 UTC-4, MKroehnert wrote: > > Hi, > > if you install Amber via npm you should get the latest 'stable' > version. > Getting 0.15.0-pre should only be possible if you clone the Amber > repo via Git. > > But to help diagnose the problem there is a lot of information > missing from your side. > > What OS/Browser are you using? > How did you update Amber? > What version is Amber-Cli? > What appears to be broken? > How does this issue manifest (application does not work is not a > very enlightening description)? > > Thanks, > Manfred > > -- > 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. |
JavaScript Console shows the following message:
-- Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:4000/the.js On Monday, 18 May 2015 11:23:55 UTC-4, Herby wrote:
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. |
'amber init' seems to generate a lot of error messages...
--
Initialized from template "grunt-init-amber". You need to have these installed globally via npm: amber-cli_; _grunt-cli_; _bower. Now, install project dependencies with bower install, tool dependencies with npm install and optionally, recompile with grunt. If you are running amber init, these three tasks are going to be performed for you now. Afterwards, start the development server with amber serve. Your application is then accessible via http://localhost:4000/ Done, without errors. bower cached git://github.com/amber-smalltalk/helios.git#0.4.3 bower validate 0.4.3 against git://github.com/amber-smalltalk/helios.git#^0.4.0 bower cached git://github.com/amber-smalltalk/amber-contrib-legacy.git#0.2.0 bower validate 0.2.0 against git://github.com/amber-smalltalk/amber-contrib-legacy.git#^0.2.0 bower cached git://github.com/amber-smalltalk/amber.git#0.14.13 bower validate 0.14.13 against git://github.com/amber-smalltalk/amber.git#^0.14.13 bower cached git://github.com/amber-smalltalk/amber-ide-starter.git#0.1.0 bower validate 0.1.0 against git://github.com/amber-smalltalk/amber-ide-starter.git#^0.1.0 bower cached git://github.com/amber-smalltalk/amber.git#0.14.13 bower validate 0.14.13 against git://github.com/amber-smalltalk/amber.git#>=0.14.13 bower cached git://github.com/jquery/jquery.git#2.1.4 bower validate 2.1.4 against git://github.com/jquery/jquery.git#>=1.7.0 bower cached git://github.com/components/jqueryui.git#1.11.4 bower validate 1.11.4 against git://github.com/components/jqueryui.git#>=1.9.2 bower cached git://github.com/ccampbell/mousetrap.git#1.5.2 bower validate 1.5.2 against git://github.com/ccampbell/mousetrap.git#^1.4.6 bower cached git://github.com/guybedford/require-css.git#0.1.8 bower validate 0.1.8 against git://github.com/guybedford/require-css.git#^0.1.2 bower cached git://github.com/showdownjs/showdown.git#0.3.4 bower validate 0.3.4 against git://github.com/showdownjs/showdown.git#^0.3.1 bower cached git://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#2.3.2 bower validate 2.3.2 against git://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#^2.3.2 bower cached git://github.com/malsup/blockui.git#2.65 bower validate 2.65 against git://github.com/malsup/blockui.git#2.65 bower cached git://github.com/marijnh/CodeMirror.git#4.13.0 bower validate 4.13.0 against git://github.com/marijnh/CodeMirror.git#^4.7.0 bower cached git://github.com/jquery/jquery.git#2.1.4 bower validate 2.1.4 against git://github.com/jquery/jquery.git#>=1.6 bower cached git://github.com/jquery/jquery.git#2.0.3 bower validate 2.0.3 against git://github.com/jquery/jquery.git#>=1.8.0 <2.1.0 bower cached git://github.com/jquery/jquery.git#2.1.4 bower validate 2.1.4 against git://github.com/jquery/jquery.git#>=1.7 bower install amber-ide-starter-dialog#0.1.0 bower install helios#0.4.3 bower install amber-contrib-legacy#0.2.0 bower install amber#0.14.13 bower install jquery-ui#1.11.4 bower install require-css#0.1.8 bower install mousetrap#1.5.2 bower install showdown#0.3.4 bower install bootstrap2.3.2#2.3.2 bower install blockui#2.65 bower install jquery#2.0.3 bower install codemirror#4.13.0 amber-ide-starter-dialog#0.1.0 bower_components/amber-ide-starter-dialog ├── blockui#2.65 └── mousetrap#1.5.2 helios#0.4.3 bower_components/helios ├── amber#0.14.13 ├── bootstrap2.3.2#2.3.2 ├── codemirror#4.13.0 ├── jquery#2.0.3 ├── jquery-ui#1.11.4 ├── require-css#0.1.8 └── showdown#0.3.4 amber-contrib-legacy#0.2.0 bower_components/amber-contrib-legacy ├── amber#0.14.13 ├── codemirror#4.13.0 ├── jquery-ui#1.11.4 └── require-css#0.1.8 amber#0.14.13 bower_components/amber └── jquery#2.0.3 jquery-ui#1.11.4 bower_components/jquery-ui └── jquery#2.0.3 require-css#0.1.8 bower_components/require-css mousetrap#1.5.2 bower_components/mousetrap showdown#0.3.4 bower_components/showdown bootstrap2.3.2#2.3.2 bower_components/bootstrap2.3.2 └── jquery#2.0.3 blockui#2.65 bower_components/blockui └── jquery#2.0.3 jquery#2.0.3 bower_components/jquery codemirror#4.13.0 bower_components/codemirror npm install exec error: { [Error: Command failed: /bin/sh -c npm install npm WARN locking Error: EACCES, open '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock' npm WARN locking at Error (native) npm WARN locking /Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock failed { [Error: EACCES, open '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock'] npm WARN locking errno: -13, npm WARN locking code: 'EACCES', npm WARN locking path: '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock' } npm ERR! Darwin 14.3.0 npm ERR! argv "node" "/usr/local/bin/npm" "install" npm ERR! node v0.12.3 npm ERR! npm v2.9.1 npm ERR! Attempt to unlock /Users/richardeng/amber-eric/node_modules/grunt-contrib-requirejs, which hasn't been locked npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! <https://github.com/npm/npm/issues> npm WARN locking Error: EACCES, open '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock' npm WARN locking at Error (native) npm WARN locking /Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock failed { [Error: EACCES, open '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock'] npm WARN locking errno: -13, npm WARN locking code: 'EACCES', npm WARN locking path: '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock' } npm ERR! Darwin 14.3.0 npm ERR! argv "node" "/usr/local/bin/npm" "install" npm ERR! node v0.12.3 npm ERR! npm v2.9.1 npm ERR! Attempt to unlock /Users/richardeng/amber-eric/node_modules/requirejs, which hasn't been locked npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! <https://github.com/npm/npm/issues> npm WARN locking Error: EACCES, open '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock' npm WARN locking at Error (native) npm WARN locking /Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock failed { [Error: EACCES, open '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock'] npm WARN locking errno: -13, npm WARN locking code: 'EACCES', npm WARN locking path: '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock' } npm ERR! Darwin 14.3.0 npm ERR! argv "node" "/usr/local/bin/npm" "install" npm ERR! node v0.12.3 npm ERR! npm v2.9.1 npm ERR! Attempt to unlock /Users/richardeng/amber-eric/node_modules/amber-dev, which hasn't been locked npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! <https://github.com/npm/npm/issues> npm WARN locking Error: EACCES, open '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock' npm WARN locking at Error (native) npm WARN locking /Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock failed { [Error: EACCES, open '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock'] npm WARN locking errno: -13, npm WARN locking code: 'EACCES', npm WARN locking path: '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock' } npm ERR! Darwin 14.3.0 npm ERR! argv "node" "/usr/local/bin/npm" "install" npm ERR! node v0.12.3 npm ERR! npm v2.9.1 npm ERR! Attempt to unlock /Users/richardeng/amber-eric/node_modules/grunt-execute, which hasn't been locked npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! <https://github.com/npm/npm/issues> npm WARN locking Error: EACCES, open '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock' npm WARN locking at Error (native) npm WARN locking /Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock failed { [Error: EACCES, open '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock'] npm WARN locking errno: -13, npm WARN locking code: 'EACCES', npm WARN locking path: '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock' } npm ERR! Darwin 14.3.0 npm ERR! argv "node" "/usr/local/bin/npm" "install" npm ERR! node v0.12.3 npm ERR! npm v2.9.1 npm ERR! Attempt to unlock /Users/richardeng/amber-eric/node_modules/grunt-contrib-clean, which hasn't been locked npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! <https://github.com/npm/npm/issues> npm WARN locking Error: EACCES, open '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock' npm WARN locking at Error (native) npm WARN locking /Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock failed { [Error: EACCES, open '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock'] npm WARN locking errno: -13, npm WARN locking code: 'EACCES', npm WARN locking path: '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock' } npm ERR! Darwin 14.3.0 npm ERR! argv "node" "/usr/local/bin/npm" "install" npm ERR! node v0.12.3 npm ERR! npm v2.9.1 npm ERR! Attempt to unlock /Users/richardeng/amber-eric/node_modules/grunt, which hasn't been locked npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! <https://github.com/npm/npm/issues> npm ERR! Please include the following file with any support request: npm ERR! /Users/richardeng/amber-eric/npm-debug.log ] killed: false, code: 1, signal: null, cmd: '/bin/sh -c npm install' } On Monday, 18 May 2015 13:49:52 UTC-4, Richard Eng wrote:
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. |
Hi Richard, welcome back
Your problem seems to be one of the more regular installation problems. Which installation instruction do you follow? The only one which has been tested and updated recently are here .... https://github.com/amber-smalltalk/amber HTH --Hannes On 5/18/15, Richard Eng <[hidden email]> wrote: > 'amber init' seems to generate a lot of error messages... > > *Initialized from template "grunt-init-amber".* > > You need to have these installed globally via npm: amber-cli_; _grunt-cli_; > > _bower. Now, install project dependencies with bower install, tool > > dependencies with npm install and optionally, recompile with grunt. If you > > are running amber init, these three tasks are going to be performed for you > > now. Afterwards, start the development server with amber serve. Your > > application is then accessible via http://localhost:4000/ > > > Done, without errors. > > bower cached git://github.com/amber-smalltalk/helios.git#0.4.3 > > bower validate 0.4.3 against > git://github.com/amber-smalltalk/helios.git#^0.4.0 > > bower cached > git://github.com/amber-smalltalk/amber-contrib-legacy.git#0.2.0 > > bower validate 0.2.0 against > git://github.com/amber-smalltalk/amber-contrib-legacy.git#^0.2.0 > > bower cached git://github.com/amber-smalltalk/amber.git#0.14.13 > > bower validate 0.14.13 against > git://github.com/amber-smalltalk/amber.git#^0.14.13 > > bower cached > git://github.com/amber-smalltalk/amber-ide-starter.git#0.1.0 > > bower validate 0.1.0 against > git://github.com/amber-smalltalk/amber-ide-starter.git#^0.1.0 > > bower cached git://github.com/amber-smalltalk/amber.git#0.14.13 > > bower validate 0.14.13 against > git://github.com/amber-smalltalk/amber.git#>=0.14.13 > > bower cached git://github.com/jquery/jquery.git#2.1.4 > > bower validate 2.1.4 against > git://github.com/jquery/jquery.git#>=1.7.0 > > bower cached git://github.com/components/jqueryui.git#1.11.4 > > bower validate 1.11.4 against > git://github.com/components/jqueryui.git#>=1.9.2 > > bower cached git://github.com/ccampbell/mousetrap.git#1.5.2 > > bower validate 1.5.2 against > git://github.com/ccampbell/mousetrap.git#^1.4.6 > > bower cached git://github.com/guybedford/require-css.git#0.1.8 > > bower validate 0.1.8 against > git://github.com/guybedford/require-css.git#^0.1.2 > > bower cached git://github.com/showdownjs/showdown.git#0.3.4 > > bower validate 0.3.4 against > git://github.com/showdownjs/showdown.git#^0.3.1 > > bower cached > git://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#2.3.2 > > bower validate 2.3.2 against > git://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#^2.3.2 > > bower cached git://github.com/malsup/blockui.git#2.65 > > bower validate 2.65 against git://github.com/malsup/blockui.git#2.65 > > bower cached git://github.com/marijnh/CodeMirror.git#4.13.0 > > bower validate 4.13.0 against > git://github.com/marijnh/CodeMirror.git#^4.7.0 > > bower cached git://github.com/jquery/jquery.git#2.1.4 > > bower validate 2.1.4 against git://github.com/jquery/jquery.git#>=1.6 > > bower cached git://github.com/jquery/jquery.git#2.0.3 > > bower validate 2.0.3 against > git://github.com/jquery/jquery.git#>=1.8.0 <2.1.0 > > bower cached git://github.com/jquery/jquery.git#2.1.4 > > bower validate 2.1.4 against git://github.com/jquery/jquery.git#>=1.7 > > bower install amber-ide-starter-dialog#0.1.0 > > bower install helios#0.4.3 > > bower install amber-contrib-legacy#0.2.0 > > bower install amber#0.14.13 > > bower install jquery-ui#1.11.4 > > bower install require-css#0.1.8 > > bower install mousetrap#1.5.2 > > bower install showdown#0.3.4 > > bower install bootstrap2.3.2#2.3.2 > > bower install blockui#2.65 > > bower install jquery#2.0.3 > > bower install codemirror#4.13.0 > > > amber-ide-starter-dialog#0.1.0 bower_components/amber-ide-starter-dialog > > ├── blockui#2.65 > > └── mousetrap#1.5.2 > > > helios#0.4.3 bower_components/helios > > ├── amber#0.14.13 > > ├── bootstrap2.3.2#2.3.2 > > ├── codemirror#4.13.0 > > ├── jquery#2.0.3 > > ├── jquery-ui#1.11.4 > > ├── require-css#0.1.8 > > └── showdown#0.3.4 > > > amber-contrib-legacy#0.2.0 bower_components/amber-contrib-legacy > > ├── amber#0.14.13 > > ├── codemirror#4.13.0 > > ├── jquery-ui#1.11.4 > > └── require-css#0.1.8 > > > amber#0.14.13 bower_components/amber > > └── jquery#2.0.3 > > > jquery-ui#1.11.4 bower_components/jquery-ui > > └── jquery#2.0.3 > > > require-css#0.1.8 bower_components/require-css > > > mousetrap#1.5.2 bower_components/mousetrap > > > showdown#0.3.4 bower_components/showdown > > > bootstrap2.3.2#2.3.2 bower_components/bootstrap2.3.2 > > └── jquery#2.0.3 > > > blockui#2.65 bower_components/blockui > > └── jquery#2.0.3 > > > jquery#2.0.3 bower_components/jquery > > > codemirror#4.13.0 bower_components/codemirror > > npm install exec error: > > { [Error: Command failed: /bin/sh -c npm install > > npm WARN locking Error: EACCES, open > '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock' > > npm WARN locking at Error (native) > > npm WARN locking > /Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock > > failed { [Error: EACCES, open > '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock'] > > npm WARN locking errno: -13, > > npm WARN locking code: 'EACCES', > > npm WARN locking path: > '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock' > > } > > npm ERR! Darwin 14.3.0 > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > npm ERR! node v0.12.3 > > npm ERR! npm v2.9.1 > > > npm ERR! Attempt to unlock > /Users/richardeng/amber-eric/node_modules/grunt-contrib-requirejs, which > hasn't been locked > > npm ERR! > > npm ERR! If you need help, you may report this error at: > > npm ERR! <https://github.com/npm/npm/issues> > > npm WARN locking Error: EACCES, open > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock' > > npm WARN locking at Error (native) > > npm WARN locking > /Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock failed { > [Error: EACCES, open > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock'] > > npm WARN locking errno: -13, > > npm WARN locking code: 'EACCES', > > npm WARN locking path: > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock' } > > npm ERR! Darwin 14.3.0 > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > npm ERR! node v0.12.3 > > npm ERR! npm v2.9.1 > > > npm ERR! Attempt to unlock > /Users/richardeng/amber-eric/node_modules/requirejs, which hasn't been > locked > > npm ERR! > > npm ERR! If you need help, you may report this error at: > > npm ERR! <https://github.com/npm/npm/issues> > > npm WARN locking Error: EACCES, open > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock' > > npm WARN locking at Error (native) > > npm WARN locking > /Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock failed { > [Error: EACCES, open > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock'] > > npm WARN locking errno: -13, > > npm WARN locking code: 'EACCES', > > npm WARN locking path: > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock' } > > npm ERR! Darwin 14.3.0 > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > npm ERR! node v0.12.3 > > npm ERR! npm v2.9.1 > > > npm ERR! Attempt to unlock > /Users/richardeng/amber-eric/node_modules/amber-dev, which hasn't been > locked > > npm ERR! > > npm ERR! If you need help, you may report this error at: > > npm ERR! <https://github.com/npm/npm/issues> > > npm WARN locking Error: EACCES, open > '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock' > > npm WARN locking at Error (native) > > npm WARN locking > /Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock failed { > [Error: EACCES, open > '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock'] > > npm WARN locking errno: -13, > > npm WARN locking code: 'EACCES', > > npm WARN locking path: > '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock' } > > npm ERR! Darwin 14.3.0 > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > npm ERR! node v0.12.3 > > npm ERR! npm v2.9.1 > > > npm ERR! Attempt to unlock > /Users/richardeng/amber-eric/node_modules/grunt-execute, which hasn't been > locked > > npm ERR! > > npm ERR! If you need help, you may report this error at: > > npm ERR! <https://github.com/npm/npm/issues> > > npm WARN locking Error: EACCES, open > '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock' > > npm WARN locking at Error (native) > > npm WARN locking > /Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock > failed { [Error: EACCES, open > '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock'] > > npm WARN locking errno: -13, > > npm WARN locking code: 'EACCES', > > npm WARN locking path: > '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock' } > > npm ERR! Darwin 14.3.0 > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > npm ERR! node v0.12.3 > > npm ERR! npm v2.9.1 > > > npm ERR! Attempt to unlock > /Users/richardeng/amber-eric/node_modules/grunt-contrib-clean, which hasn't > > been locked > > npm ERR! > > npm ERR! If you need help, you may report this error at: > > npm ERR! <https://github.com/npm/npm/issues> > > npm WARN locking Error: EACCES, open > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock' > > npm WARN locking at Error (native) > > npm WARN locking /Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock > > failed { [Error: EACCES, open > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock'] > > npm WARN locking errno: -13, > > npm WARN locking code: 'EACCES', > > npm WARN locking path: > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock' } > > npm ERR! Darwin 14.3.0 > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > npm ERR! node v0.12.3 > > npm ERR! npm v2.9.1 > > > npm ERR! Attempt to unlock /Users/richardeng/amber-eric/node_modules/grunt, > > which hasn't been locked > > npm ERR! > > npm ERR! If you need help, you may report this error at: > > npm ERR! <https://github.com/npm/npm/issues> > > > npm ERR! Please include the following file with any support request: > > npm ERR! /Users/richardeng/amber-eric/npm-debug.log > > ] > > killed: false, > > code: 1, > > signal: null, > > cmd: '/bin/sh -c npm install' } > > > On Monday, 18 May 2015 13:49:52 UTC-4, Richard Eng wrote: >> >> JavaScript Console shows the following message: >> >> Failed to load resource: the server responded with a status of 404 (Not >> Found) http://localhost:4000/the.js >> >> >> On Monday, 18 May 2015 11:23:55 UTC-4, Herby wrote: >>> >>> >>> >>> Richard Eng wrote: >>> > I'm running OS X/Chrome. >>> > After I installed the latest Node.js, I used: npm -g install amber-cli >>> > >>> > >>> > When I type 'amber', I get: 0.15.0-pre (NodeJS 0.12.3) >>> >>> This version does not matter, it's a version of amber which compiled >>> amber-cli itself. >>> >>> > When I type 'npm', I get: npm@2.9.1 >>> > >>> > If I use 'amber init' and then run the app in the browser, NOTHING >>> > happens when I click on "Hello from TagBrush >> with:" or "Hello from >>> > jQuery append". >>> >>> Strange. >>> You should look at Console tab and / or Network tab in developer tools in >>> >>> your browser to see what is actually the problem (something missing, >>> probably). >>> >>> > >>> > >>> > On Monday, 18 May 2015 05:13:01 UTC-4, MKroehnert wrote: >>> > >>> > Hi, >>> > >>> > if you install Amber via npm you should get the latest 'stable' >>> > version. >>> > Getting 0.15.0-pre should only be possible if you clone the Amber >>> > repo via Git. >>> > >>> > But to help diagnose the problem there is a lot of information >>> > missing from your side. >>> >>> > >>> > What OS/Browser are you using? >>> > How did you update Amber? >>> > What version is Amber-Cli? >>> > What appears to be broken? >>> > How does this issue manifest (application does not work is not a >>> > very enlightening description)? >>> > >>> > Thanks, >>> > Manfred >>> > >>> > -- >>> > 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. > -- 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. |
And BTW there have been some changes in the meantime.
--HH On 5/18/15, H. Hirzel <[hidden email]> wrote: > Hi Richard, welcome back > > Your problem seems to be one of the more regular installation > problems. Which installation instruction do you follow? > > The only one which has been tested and updated recently are here .... > > https://github.com/amber-smalltalk/amber > > HTH > > --Hannes > > On 5/18/15, Richard Eng <[hidden email]> wrote: >> 'amber init' seems to generate a lot of error messages... >> >> *Initialized from template "grunt-init-amber".* >> >> You need to have these installed globally via npm: amber-cli_; >> _grunt-cli_; >> >> _bower. Now, install project dependencies with bower install, tool >> >> dependencies with npm install and optionally, recompile with grunt. If >> you >> >> are running amber init, these three tasks are going to be performed for >> you >> >> now. Afterwards, start the development server with amber serve. Your >> >> application is then accessible via http://localhost:4000/ >> >> >> Done, without errors. >> >> bower cached git://github.com/amber-smalltalk/helios.git#0.4.3 >> >> bower validate 0.4.3 against >> git://github.com/amber-smalltalk/helios.git#^0.4.0 >> >> bower cached >> git://github.com/amber-smalltalk/amber-contrib-legacy.git#0.2.0 >> >> bower validate 0.2.0 against >> git://github.com/amber-smalltalk/amber-contrib-legacy.git#^0.2.0 >> >> bower cached git://github.com/amber-smalltalk/amber.git#0.14.13 >> >> bower validate 0.14.13 against >> git://github.com/amber-smalltalk/amber.git#^0.14.13 >> >> bower cached >> git://github.com/amber-smalltalk/amber-ide-starter.git#0.1.0 >> >> bower validate 0.1.0 against >> git://github.com/amber-smalltalk/amber-ide-starter.git#^0.1.0 >> >> bower cached git://github.com/amber-smalltalk/amber.git#0.14.13 >> >> bower validate 0.14.13 against >> git://github.com/amber-smalltalk/amber.git#>=0.14.13 >> >> bower cached git://github.com/jquery/jquery.git#2.1.4 >> >> bower validate 2.1.4 against >> git://github.com/jquery/jquery.git#>=1.7.0 >> >> bower cached git://github.com/components/jqueryui.git#1.11.4 >> >> bower validate 1.11.4 against >> git://github.com/components/jqueryui.git#>=1.9.2 >> >> bower cached git://github.com/ccampbell/mousetrap.git#1.5.2 >> >> bower validate 1.5.2 against >> git://github.com/ccampbell/mousetrap.git#^1.4.6 >> >> bower cached git://github.com/guybedford/require-css.git#0.1.8 >> >> bower validate 0.1.8 against >> git://github.com/guybedford/require-css.git#^0.1.2 >> >> bower cached git://github.com/showdownjs/showdown.git#0.3.4 >> >> bower validate 0.3.4 against >> git://github.com/showdownjs/showdown.git#^0.3.1 >> >> bower cached >> git://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#2.3.2 >> >> bower validate 2.3.2 against >> git://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#^2.3.2 >> >> bower cached git://github.com/malsup/blockui.git#2.65 >> >> bower validate 2.65 against git://github.com/malsup/blockui.git#2.65 >> >> bower cached git://github.com/marijnh/CodeMirror.git#4.13.0 >> >> bower validate 4.13.0 against >> git://github.com/marijnh/CodeMirror.git#^4.7.0 >> >> bower cached git://github.com/jquery/jquery.git#2.1.4 >> >> bower validate 2.1.4 against >> git://github.com/jquery/jquery.git#>=1.6 >> >> bower cached git://github.com/jquery/jquery.git#2.0.3 >> >> bower validate 2.0.3 against >> git://github.com/jquery/jquery.git#>=1.8.0 <2.1.0 >> >> bower cached git://github.com/jquery/jquery.git#2.1.4 >> >> bower validate 2.1.4 against >> git://github.com/jquery/jquery.git#>=1.7 >> >> bower install amber-ide-starter-dialog#0.1.0 >> >> bower install helios#0.4.3 >> >> bower install amber-contrib-legacy#0.2.0 >> >> bower install amber#0.14.13 >> >> bower install jquery-ui#1.11.4 >> >> bower install require-css#0.1.8 >> >> bower install mousetrap#1.5.2 >> >> bower install showdown#0.3.4 >> >> bower install bootstrap2.3.2#2.3.2 >> >> bower install blockui#2.65 >> >> bower install jquery#2.0.3 >> >> bower install codemirror#4.13.0 >> >> >> amber-ide-starter-dialog#0.1.0 bower_components/amber-ide-starter-dialog >> >> ├── blockui#2.65 >> >> └── mousetrap#1.5.2 >> >> >> helios#0.4.3 bower_components/helios >> >> ├── amber#0.14.13 >> >> ├── bootstrap2.3.2#2.3.2 >> >> ├── codemirror#4.13.0 >> >> ├── jquery#2.0.3 >> >> ├── jquery-ui#1.11.4 >> >> ├── require-css#0.1.8 >> >> └── showdown#0.3.4 >> >> >> amber-contrib-legacy#0.2.0 bower_components/amber-contrib-legacy >> >> ├── amber#0.14.13 >> >> ├── codemirror#4.13.0 >> >> ├── jquery-ui#1.11.4 >> >> └── require-css#0.1.8 >> >> >> amber#0.14.13 bower_components/amber >> >> └── jquery#2.0.3 >> >> >> jquery-ui#1.11.4 bower_components/jquery-ui >> >> └── jquery#2.0.3 >> >> >> require-css#0.1.8 bower_components/require-css >> >> >> mousetrap#1.5.2 bower_components/mousetrap >> >> >> showdown#0.3.4 bower_components/showdown >> >> >> bootstrap2.3.2#2.3.2 bower_components/bootstrap2.3.2 >> >> └── jquery#2.0.3 >> >> >> blockui#2.65 bower_components/blockui >> >> └── jquery#2.0.3 >> >> >> jquery#2.0.3 bower_components/jquery >> >> >> codemirror#4.13.0 bower_components/codemirror >> >> npm install exec error: >> >> { [Error: Command failed: /bin/sh -c npm install >> >> npm WARN locking Error: EACCES, open >> '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock' >> >> npm WARN locking at Error (native) >> >> npm WARN locking >> /Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock >> >> failed { [Error: EACCES, open >> '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock'] >> >> npm WARN locking errno: -13, >> >> npm WARN locking code: 'EACCES', >> >> npm WARN locking path: >> '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock' >> >> } >> >> npm ERR! Darwin 14.3.0 >> >> npm ERR! argv "node" "/usr/local/bin/npm" "install" >> >> npm ERR! node v0.12.3 >> >> npm ERR! npm v2.9.1 >> >> >> npm ERR! Attempt to unlock >> /Users/richardeng/amber-eric/node_modules/grunt-contrib-requirejs, which >> hasn't been locked >> >> npm ERR! >> >> npm ERR! If you need help, you may report this error at: >> >> npm ERR! <https://github.com/npm/npm/issues> >> >> npm WARN locking Error: EACCES, open >> '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock' >> >> npm WARN locking at Error (native) >> >> npm WARN locking >> /Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock failed { >> [Error: EACCES, open >> '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock'] >> >> npm WARN locking errno: -13, >> >> npm WARN locking code: 'EACCES', >> >> npm WARN locking path: >> '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock' } >> >> npm ERR! Darwin 14.3.0 >> >> npm ERR! argv "node" "/usr/local/bin/npm" "install" >> >> npm ERR! node v0.12.3 >> >> npm ERR! npm v2.9.1 >> >> >> npm ERR! Attempt to unlock >> /Users/richardeng/amber-eric/node_modules/requirejs, which hasn't been >> locked >> >> npm ERR! >> >> npm ERR! If you need help, you may report this error at: >> >> npm ERR! <https://github.com/npm/npm/issues> >> >> npm WARN locking Error: EACCES, open >> '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock' >> >> npm WARN locking at Error (native) >> >> npm WARN locking >> /Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock failed { >> [Error: EACCES, open >> '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock'] >> >> npm WARN locking errno: -13, >> >> npm WARN locking code: 'EACCES', >> >> npm WARN locking path: >> '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock' } >> >> npm ERR! Darwin 14.3.0 >> >> npm ERR! argv "node" "/usr/local/bin/npm" "install" >> >> npm ERR! node v0.12.3 >> >> npm ERR! npm v2.9.1 >> >> >> npm ERR! Attempt to unlock >> /Users/richardeng/amber-eric/node_modules/amber-dev, which hasn't been >> locked >> >> npm ERR! >> >> npm ERR! If you need help, you may report this error at: >> >> npm ERR! <https://github.com/npm/npm/issues> >> >> npm WARN locking Error: EACCES, open >> '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock' >> >> npm WARN locking at Error (native) >> >> npm WARN locking >> /Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock failed >> { >> [Error: EACCES, open >> '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock'] >> >> npm WARN locking errno: -13, >> >> npm WARN locking code: 'EACCES', >> >> npm WARN locking path: >> '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock' } >> >> npm ERR! Darwin 14.3.0 >> >> npm ERR! argv "node" "/usr/local/bin/npm" "install" >> >> npm ERR! node v0.12.3 >> >> npm ERR! npm v2.9.1 >> >> >> npm ERR! Attempt to unlock >> /Users/richardeng/amber-eric/node_modules/grunt-execute, which hasn't >> been >> locked >> >> npm ERR! >> >> npm ERR! If you need help, you may report this error at: >> >> npm ERR! <https://github.com/npm/npm/issues> >> >> npm WARN locking Error: EACCES, open >> '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock' >> >> npm WARN locking at Error (native) >> >> npm WARN locking >> /Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock >> failed { [Error: EACCES, open >> '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock'] >> >> npm WARN locking errno: -13, >> >> npm WARN locking code: 'EACCES', >> >> npm WARN locking path: >> '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock' >> } >> >> npm ERR! Darwin 14.3.0 >> >> npm ERR! argv "node" "/usr/local/bin/npm" "install" >> >> npm ERR! node v0.12.3 >> >> npm ERR! npm v2.9.1 >> >> >> npm ERR! Attempt to unlock >> /Users/richardeng/amber-eric/node_modules/grunt-contrib-clean, which >> hasn't >> >> been locked >> >> npm ERR! >> >> npm ERR! If you need help, you may report this error at: >> >> npm ERR! <https://github.com/npm/npm/issues> >> >> npm WARN locking Error: EACCES, open >> '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock' >> >> npm WARN locking at Error (native) >> >> npm WARN locking >> /Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock >> >> failed { [Error: EACCES, open >> '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock'] >> >> npm WARN locking errno: -13, >> >> npm WARN locking code: 'EACCES', >> >> npm WARN locking path: >> '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock' } >> >> npm ERR! Darwin 14.3.0 >> >> npm ERR! argv "node" "/usr/local/bin/npm" "install" >> >> npm ERR! node v0.12.3 >> >> npm ERR! npm v2.9.1 >> >> >> npm ERR! Attempt to unlock >> /Users/richardeng/amber-eric/node_modules/grunt, >> >> which hasn't been locked >> >> npm ERR! >> >> npm ERR! If you need help, you may report this error at: >> >> npm ERR! <https://github.com/npm/npm/issues> >> >> >> npm ERR! Please include the following file with any support request: >> >> npm ERR! /Users/richardeng/amber-eric/npm-debug.log >> >> ] >> >> killed: false, >> >> code: 1, >> >> signal: null, >> >> cmd: '/bin/sh -c npm install' } >> >> >> On Monday, 18 May 2015 13:49:52 UTC-4, Richard Eng wrote: >>> >>> JavaScript Console shows the following message: >>> >>> Failed to load resource: the server responded with a status of 404 (Not >>> Found) >>> http://localhost:4000/the.js >>> >>> >>> On Monday, 18 May 2015 11:23:55 UTC-4, Herby wrote: >>>> >>>> >>>> >>>> Richard Eng wrote: >>>> > I'm running OS X/Chrome. >>>> > After I installed the latest Node.js, I used: npm -g install >>>> > amber-cli >>>> > >>>> > >>>> > When I type 'amber', I get: 0.15.0-pre (NodeJS 0.12.3) >>>> >>>> This version does not matter, it's a version of amber which compiled >>>> amber-cli itself. >>>> >>>> > When I type 'npm', I get: npm@2.9.1 >>>> > >>>> > If I use 'amber init' and then run the app in the browser, NOTHING >>>> > happens when I click on "Hello from TagBrush >> with:" or "Hello from >>>> > jQuery append". >>>> >>>> Strange. >>>> You should look at Console tab and / or Network tab in developer tools >>>> in >>>> >>>> your browser to see what is actually the problem (something missing, >>>> probably). >>>> >>>> > >>>> > >>>> > On Monday, 18 May 2015 05:13:01 UTC-4, MKroehnert wrote: >>>> > >>>> > Hi, >>>> > >>>> > if you install Amber via npm you should get the latest 'stable' >>>> > version. >>>> > Getting 0.15.0-pre should only be possible if you clone the Amber >>>> > repo via Git. >>>> > >>>> > But to help diagnose the problem there is a lot of information >>>> > missing from your side. >>>> >>>> > >>>> > What OS/Browser are you using? >>>> > How did you update Amber? >>>> > What version is Amber-Cli? >>>> > What appears to be broken? >>>> > How does this issue manifest (application does not work is not a >>>> > very enlightening description)? >>>> > >>>> > Thanks, >>>> > Manfred >>>> > >>>> > -- >>>> > 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. >> > -- 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. |
In reply to this post by Hannes Hirzel
I basically followed the Getting Started guide: http://docs.amber-lang.net/getting-started.html
-- First, I installed the latest Node.js (over my previous installation). Then,
On Monday, 18 May 2015 14:08:51 UTC-4, Hannes wrote: Hi Richard, welcome back 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. |
In reply to this post by Hannes Hirzel
I tried the following from your link, as well:
-- Same result.On Monday, 18 May 2015 14:08:51 UTC-4, Hannes wrote: Hi Richard, welcome back 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. |
In reply to this post by horrido
Then may I ask you to follow the README.md
https://github.com/amber-smalltalk/amber/blob/master/README.md and help us to update http://docs.amber-lang.net/getting-started.html An issue open since the start of the year. It is probably incomplete. I did not look at it for a long time so I cannot say if it is OK or not. But the README.md is highly likely up-to date. Unless the recent changes had an impact. BTW the README.md mentioned is what appears here as well https://www.npmjs.com/package/amber It had 564 downloads last month. So it seems that interest in Amber is there. So testing of the instructions is welcome. --Hannes On 5/18/15, Richard Eng <[hidden email]> wrote: > I basically followed the Getting Started > guide: http://docs.amber-lang.net/getting-started.html > > First, I installed the latest Node.js (over my previous installation). > > Then, > > npm install -g amber-cli > > > On Monday, 18 May 2015 14:08:51 UTC-4, Hannes wrote: >> >> Hi Richard, welcome back >> >> Your problem seems to be one of the more regular installation >> problems. Which installation instruction do you follow? >> >> The only one which has been tested and updated recently are here .... >> >> https://github.com/amber-smalltalk/amber >> >> HTH >> >> --Hannes >> >> On 5/18/15, Richard Eng <[hidden email] <javascript:>> wrote: >> > 'amber init' seems to generate a lot of error messages... >> > >> > *Initialized from template "grunt-init-amber".* >> > >> > You need to have these installed globally via npm: amber-cli_; >> _grunt-cli_; >> > >> > _bower. Now, install project dependencies with bower install, tool >> > >> > dependencies with npm install and optionally, recompile with grunt. If >> you >> > >> > are running amber init, these three tasks are going to be performed for >> > >> you >> > >> > now. Afterwards, start the development server with amber serve. Your >> > >> > application is then accessible via http://localhost:4000/ >> > >> > >> > Done, without errors. >> > >> > bower cached git://github.com/amber-smalltalk/helios.git#0.4.3 >> > >> > bower validate 0.4.3 against >> > git://github.com/amber-smalltalk/helios.git#^0.4.0 >> > >> > bower cached >> > git://github.com/amber-smalltalk/amber-contrib-legacy.git#0.2.0 >> > >> > bower validate 0.2.0 against >> > git://github.com/amber-smalltalk/amber-contrib-legacy.git#^0.2.0 >> > >> > bower cached git://github.com/amber-smalltalk/amber.git#0.14.13 >> > >> > bower validate 0.14.13 against >> > git://github.com/amber-smalltalk/amber.git#^0.14.13 >> > >> > bower cached >> > git://github.com/amber-smalltalk/amber-ide-starter.git#0.1.0 >> > >> > bower validate 0.1.0 against >> > git://github.com/amber-smalltalk/amber-ide-starter.git#^0.1.0 >> > >> > bower cached git://github.com/amber-smalltalk/amber.git#0.14.13 >> > >> > bower validate 0.14.13 against >> > git://github.com/amber-smalltalk/amber.git#>=0.14.13 >> > >> > bower cached git://github.com/jquery/jquery.git#2.1.4 >> > >> > bower validate 2.1.4 against >> > git://github.com/jquery/jquery.git#>=1.7.0 >> > >> > bower cached git://github.com/components/jqueryui.git#1.11.4 >> > >> > bower validate 1.11.4 against >> > git://github.com/components/jqueryui.git#>=1.9.2 >> > >> > bower cached git://github.com/ccampbell/mousetrap.git#1.5.2 >> > >> > bower validate 1.5.2 against >> > git://github.com/ccampbell/mousetrap.git#^1.4.6 >> > >> > bower cached git://github.com/guybedford/require-css.git#0.1.8 >> > >> > bower validate 0.1.8 against >> > git://github.com/guybedford/require-css.git#^0.1.2 >> > >> > bower cached git://github.com/showdownjs/showdown.git#0.3.4 >> > >> > bower validate 0.3.4 against >> > git://github.com/showdownjs/showdown.git#^0.3.1 >> > >> > bower cached >> > git://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#2.3.2 >> > >> > bower validate 2.3.2 against >> > git://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#^2.3.2 >> > >> > bower cached git://github.com/malsup/blockui.git#2.65 >> > >> > bower validate 2.65 against git:// >> github.com/malsup/blockui.git#2.65 >> > >> > bower cached git://github.com/marijnh/CodeMirror.git#4.13.0 >> > >> > bower validate 4.13.0 against >> > git://github.com/marijnh/CodeMirror.git#^4.7.0 >> > >> > bower cached git://github.com/jquery/jquery.git#2.1.4 >> > >> > bower validate 2.1.4 against >> > git://github.com/jquery/jquery.git#>=1.6 >> >> > >> > bower cached git://github.com/jquery/jquery.git#2.0.3 >> > >> > bower validate 2.0.3 against >> > git://github.com/jquery/jquery.git#>=1.8.0 <2.1.0 >> > >> > bower cached git://github.com/jquery/jquery.git#2.1.4 >> > >> > bower validate 2.1.4 against >> > git://github.com/jquery/jquery.git#>=1.7 >> >> > >> > bower install amber-ide-starter-dialog#0.1.0 >> > >> > bower install helios#0.4.3 >> > >> > bower install amber-contrib-legacy#0.2.0 >> > >> > bower install amber#0.14.13 >> > >> > bower install jquery-ui#1.11.4 >> > >> > bower install require-css#0.1.8 >> > >> > bower install mousetrap#1.5.2 >> > >> > bower install showdown#0.3.4 >> > >> > bower install bootstrap2.3.2#2.3.2 >> > >> > bower install blockui#2.65 >> > >> > bower install jquery#2.0.3 >> > >> > bower install codemirror#4.13.0 >> > >> > >> > amber-ide-starter-dialog#0.1.0 bower_components/amber-ide-starter-dialog >> > >> > >> > ├── blockui#2.65 >> > >> > └── mousetrap#1.5.2 >> > >> > >> > helios#0.4.3 bower_components/helios >> > >> > ├── amber#0.14.13 >> > >> > ├── bootstrap2.3.2#2.3.2 >> > >> > ├── codemirror#4.13.0 >> > >> > ├── jquery#2.0.3 >> > >> > ├── jquery-ui#1.11.4 >> > >> > ├── require-css#0.1.8 >> > >> > └── showdown#0.3.4 >> > >> > >> > amber-contrib-legacy#0.2.0 bower_components/amber-contrib-legacy >> > >> > ├── amber#0.14.13 >> > >> > ├── codemirror#4.13.0 >> > >> > ├── jquery-ui#1.11.4 >> > >> > └── require-css#0.1.8 >> > >> > >> > amber#0.14.13 bower_components/amber >> > >> > └── jquery#2.0.3 >> > >> > >> > jquery-ui#1.11.4 bower_components/jquery-ui >> > >> > └── jquery#2.0.3 >> > >> > >> > require-css#0.1.8 bower_components/require-css >> > >> > >> > mousetrap#1.5.2 bower_components/mousetrap >> > >> > >> > showdown#0.3.4 bower_components/showdown >> > >> > >> > bootstrap2.3.2#2.3.2 bower_components/bootstrap2.3.2 >> > >> > └── jquery#2.0.3 >> > >> > >> > blockui#2.65 bower_components/blockui >> > >> > └── jquery#2.0.3 >> > >> > >> > jquery#2.0.3 bower_components/jquery >> > >> > >> > codemirror#4.13.0 bower_components/codemirror >> > >> > npm install exec error: >> > >> > { [Error: Command failed: /bin/sh -c npm install >> > >> > npm WARN locking Error: EACCES, open >> > >> '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock' >> >> >> > >> > npm WARN locking at Error (native) >> > >> > npm WARN locking >> > >> /Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock >> >> > >> > failed { [Error: EACCES, open >> > >> '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock'] >> >> >> > >> > npm WARN locking errno: -13, >> > >> > npm WARN locking code: 'EACCES', >> > >> > npm WARN locking path: >> > >> '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock' >> >> >> > >> > } >> > >> > npm ERR! Darwin 14.3.0 >> > >> > npm ERR! argv "node" "/usr/local/bin/npm" "install" >> > >> > npm ERR! node v0.12.3 >> > >> > npm ERR! npm v2.9.1 >> > >> > >> > npm ERR! Attempt to unlock >> > /Users/richardeng/amber-eric/node_modules/grunt-contrib-requirejs, which >> > >> > hasn't been locked >> > >> > npm ERR! >> > >> > npm ERR! If you need help, you may report this error at: >> > >> > npm ERR! <https://github.com/npm/npm/issues> >> > >> > npm WARN locking Error: EACCES, open >> > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock' >> > >> > npm WARN locking at Error (native) >> > >> > npm WARN locking >> > /Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock failed { >> > [Error: EACCES, open >> > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock'] >> > >> > npm WARN locking errno: -13, >> > >> > npm WARN locking code: 'EACCES', >> > >> > npm WARN locking path: >> > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock' } >> > >> > npm ERR! Darwin 14.3.0 >> > >> > npm ERR! argv "node" "/usr/local/bin/npm" "install" >> > >> > npm ERR! node v0.12.3 >> > >> > npm ERR! npm v2.9.1 >> > >> > >> > npm ERR! Attempt to unlock >> > /Users/richardeng/amber-eric/node_modules/requirejs, which hasn't been >> > locked >> > >> > npm ERR! >> > >> > npm ERR! If you need help, you may report this error at: >> > >> > npm ERR! <https://github.com/npm/npm/issues> >> > >> > npm WARN locking Error: EACCES, open >> > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock' >> > >> > npm WARN locking at Error (native) >> > >> > npm WARN locking >> > /Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock failed { >> > [Error: EACCES, open >> > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock'] >> > >> > npm WARN locking errno: -13, >> > >> > npm WARN locking code: 'EACCES', >> > >> > npm WARN locking path: >> > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock' } >> > >> > npm ERR! Darwin 14.3.0 >> > >> > npm ERR! argv "node" "/usr/local/bin/npm" "install" >> > >> > npm ERR! node v0.12.3 >> > >> > npm ERR! npm v2.9.1 >> > >> > >> > npm ERR! Attempt to unlock >> > /Users/richardeng/amber-eric/node_modules/amber-dev, which hasn't been >> > locked >> > >> > npm ERR! >> > >> > npm ERR! If you need help, you may report this error at: >> > >> > npm ERR! <https://github.com/npm/npm/issues> >> > >> > npm WARN locking Error: EACCES, open >> > '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock' >> > >> > npm WARN locking at Error (native) >> > >> > npm WARN locking >> > /Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock failed >> > >> { >> > [Error: EACCES, open >> > '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock'] >> > >> > npm WARN locking errno: -13, >> > >> > npm WARN locking code: 'EACCES', >> > >> > npm WARN locking path: >> > '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock' } >> > >> > npm ERR! Darwin 14.3.0 >> > >> > npm ERR! argv "node" "/usr/local/bin/npm" "install" >> > >> > npm ERR! node v0.12.3 >> > >> > npm ERR! npm v2.9.1 >> > >> > >> > npm ERR! Attempt to unlock >> > /Users/richardeng/amber-eric/node_modules/grunt-execute, which hasn't >> been >> > locked >> > >> > npm ERR! >> > >> > npm ERR! If you need help, you may report this error at: >> > >> > npm ERR! <https://github.com/npm/npm/issues> >> > >> > npm WARN locking Error: EACCES, open >> > >> '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock' >> >> > >> > npm WARN locking at Error (native) >> > >> > npm WARN locking >> > /Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock >> > >> > failed { [Error: EACCES, open >> > >> '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock'] >> >> > >> > npm WARN locking errno: -13, >> > >> > npm WARN locking code: 'EACCES', >> > >> > npm WARN locking path: >> > >> '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock' >> } >> > >> > npm ERR! Darwin 14.3.0 >> > >> > npm ERR! argv "node" "/usr/local/bin/npm" "install" >> > >> > npm ERR! node v0.12.3 >> > >> > npm ERR! npm v2.9.1 >> > >> > >> > npm ERR! Attempt to unlock >> > /Users/richardeng/amber-eric/node_modules/grunt-contrib-clean, which >> hasn't >> > >> > been locked >> > >> > npm ERR! >> > >> > npm ERR! If you need help, you may report this error at: >> > >> > npm ERR! <https://github.com/npm/npm/issues> >> > >> > npm WARN locking Error: EACCES, open >> > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock' >> > >> > npm WARN locking at Error (native) >> > >> > npm WARN locking >> /Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock >> > >> > failed { [Error: EACCES, open >> > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock'] >> > >> > npm WARN locking errno: -13, >> > >> > npm WARN locking code: 'EACCES', >> > >> > npm WARN locking path: >> > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock' } >> > >> > npm ERR! Darwin 14.3.0 >> > >> > npm ERR! argv "node" "/usr/local/bin/npm" "install" >> > >> > npm ERR! node v0.12.3 >> > >> > npm ERR! npm v2.9.1 >> > >> > >> > npm ERR! Attempt to unlock >> /Users/richardeng/amber-eric/node_modules/grunt, >> > >> > which hasn't been locked >> > >> > npm ERR! >> > >> > npm ERR! If you need help, you may report this error at: >> > >> > npm ERR! <https://github.com/npm/npm/issues> >> > >> > >> > npm ERR! Please include the following file with any support request: >> > >> > npm ERR! /Users/richardeng/amber-eric/npm-debug.log >> > >> > ] >> > >> > killed: false, >> > >> > code: 1, >> > >> > signal: null, >> > >> > cmd: '/bin/sh -c npm install' } >> > >> > >> > On Monday, 18 May 2015 13:49:52 UTC-4, Richard Eng wrote: >> >> >> >> JavaScript Console shows the following message: >> >> >> >> Failed to load resource: the server responded with a status of 404 (Not >> >> >> >> Found) >> http://localhost:4000/the.js >> >> >> >> >> >> On Monday, 18 May 2015 11:23:55 UTC-4, Herby wrote: >> >>> >> >>> >> >>> >> >>> Richard Eng wrote: >> >>> > I'm running OS X/Chrome. >> >>> > After I installed the latest Node.js, I used: npm -g install >> amber-cli >> >>> > >> >>> > >> >>> > When I type 'amber', I get: 0.15.0-pre (NodeJS 0.12.3) >> >>> >> >>> This version does not matter, it's a version of amber which compiled >> >>> amber-cli itself. >> >>> >> >>> > When I type 'npm', I get: npm@2.9.1 >> >>> > >> >>> > If I use 'amber init' and then run the app in the browser, NOTHING >> >>> > happens when I click on "Hello from TagBrush >> with:" or "Hello >> from >> >>> > jQuery append". >> >>> >> >>> Strange. >> >>> You should look at Console tab and / or Network tab in developer tools >> >>> >> in >> >>> >> >>> your browser to see what is actually the problem (something missing, >> >>> probably). >> >>> >> >>> > >> >>> > >> >>> > On Monday, 18 May 2015 05:13:01 UTC-4, MKroehnert wrote: >> >>> > >> >>> > Hi, >> >>> > >> >>> > if you install Amber via npm you should get the latest 'stable' >> >>> > >> >>> > version. >> >>> > Getting 0.15.0-pre should only be possible if you clone the >> Amber >> >>> > repo via Git. >> >>> > >> >>> > But to help diagnose the problem there is a lot of information >> >>> > missing from your side. >> >>> >> >>> > >> >>> > What OS/Browser are you using? >> >>> > How did you update Amber? >> >>> > What version is Amber-Cli? >> >>> > What appears to be broken? >> >>> > How does this issue manifest (application does not work is not a >> >>> > >> >>> > very enlightening description)? >> >>> > >> >>> > Thanks, >> >>> > Manfred >> >>> > >> >>> > -- >> >>> > 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] <javascript:>>. >> >>> > 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] <javascript:>. >> > 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. > -- 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 suggest to start from scratch in a pristine environment. Or
alternatively uninstall everything and redo it. On 5/18/15, H. Hirzel <[hidden email]> wrote: > Then may I ask you to follow the README.md > > https://github.com/amber-smalltalk/amber/blob/master/README.md > > and help us to update > > http://docs.amber-lang.net/getting-started.html > > An issue open since the start of the year. It is probably incomplete. > I did not look at it for a long time so I cannot say if it is OK or > not. > > But the README.md is highly likely up-to date. Unless the recent > changes had an impact. > > BTW the README.md mentioned is what appears here as well > > https://www.npmjs.com/package/amber > > It had 564 downloads last month. So it seems that interest in Amber is > there. > > So testing of the instructions is welcome. > > --Hannes > > On 5/18/15, Richard Eng <[hidden email]> wrote: >> I basically followed the Getting Started >> guide: http://docs.amber-lang.net/getting-started.html >> >> First, I installed the latest Node.js (over my previous installation). >> >> Then, >> >> npm install -g amber-cli >> >> >> On Monday, 18 May 2015 14:08:51 UTC-4, Hannes wrote: >>> >>> Hi Richard, welcome back >>> >>> Your problem seems to be one of the more regular installation >>> problems. Which installation instruction do you follow? >>> >>> The only one which has been tested and updated recently are here .... >>> >>> https://github.com/amber-smalltalk/amber >>> >>> HTH >>> >>> --Hannes >>> >>> On 5/18/15, Richard Eng <[hidden email] <javascript:>> wrote: >>> > 'amber init' seems to generate a lot of error messages... >>> > >>> > *Initialized from template "grunt-init-amber".* >>> > >>> > You need to have these installed globally via npm: amber-cli_; >>> _grunt-cli_; >>> > >>> > _bower. Now, install project dependencies with bower install, tool >>> > >>> > dependencies with npm install and optionally, recompile with grunt. If >>> you >>> > >>> > are running amber init, these three tasks are going to be performed >>> > for >>> > >>> you >>> > >>> > now. Afterwards, start the development server with amber serve. Your >>> > >>> > application is then accessible via http://localhost:4000/ >>> > >>> > >>> > Done, without errors. >>> > >>> > bower cached git://github.com/amber-smalltalk/helios.git#0.4.3 >>> > >>> > bower validate 0.4.3 against >>> > git://github.com/amber-smalltalk/helios.git#^0.4.0 >>> > >>> > bower cached >>> > git://github.com/amber-smalltalk/amber-contrib-legacy.git#0.2.0 >>> > >>> > bower validate 0.2.0 against >>> > git://github.com/amber-smalltalk/amber-contrib-legacy.git#^0.2.0 >>> > >>> > bower cached git://github.com/amber-smalltalk/amber.git#0.14.13 >>> > >>> > bower validate 0.14.13 against >>> > git://github.com/amber-smalltalk/amber.git#^0.14.13 >>> > >>> > bower cached >>> > git://github.com/amber-smalltalk/amber-ide-starter.git#0.1.0 >>> > >>> > bower validate 0.1.0 against >>> > git://github.com/amber-smalltalk/amber-ide-starter.git#^0.1.0 >>> > >>> > bower cached git://github.com/amber-smalltalk/amber.git#0.14.13 >>> > >>> > bower validate 0.14.13 against >>> > git://github.com/amber-smalltalk/amber.git#>=0.14.13 >>> > >>> > bower cached git://github.com/jquery/jquery.git#2.1.4 >>> > >>> > bower validate 2.1.4 against >>> > git://github.com/jquery/jquery.git#>=1.7.0 >>> > >>> > bower cached git://github.com/components/jqueryui.git#1.11.4 >>> > >>> > bower validate 1.11.4 against >>> > git://github.com/components/jqueryui.git#>=1.9.2 >>> > >>> > bower cached git://github.com/ccampbell/mousetrap.git#1.5.2 >>> > >>> > bower validate 1.5.2 against >>> > git://github.com/ccampbell/mousetrap.git#^1.4.6 >>> > >>> > bower cached git://github.com/guybedford/require-css.git#0.1.8 >>> > >>> > bower validate 0.1.8 against >>> > git://github.com/guybedford/require-css.git#^0.1.2 >>> > >>> > bower cached git://github.com/showdownjs/showdown.git#0.3.4 >>> > >>> > bower validate 0.3.4 against >>> > git://github.com/showdownjs/showdown.git#^0.3.1 >>> > >>> > bower cached >>> > git://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#2.3.2 >>> > >>> > bower validate 2.3.2 against >>> > git://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#^2.3.2 >>> > >>> > bower cached git://github.com/malsup/blockui.git#2.65 >>> > >>> > bower validate 2.65 against git:// >>> github.com/malsup/blockui.git#2.65 >>> > >>> > bower cached git://github.com/marijnh/CodeMirror.git#4.13.0 >>> > >>> > bower validate 4.13.0 against >>> > git://github.com/marijnh/CodeMirror.git#^4.7.0 >>> > >>> > bower cached git://github.com/jquery/jquery.git#2.1.4 >>> > >>> > bower validate 2.1.4 against >>> > git://github.com/jquery/jquery.git#>=1.6 >>> >>> > >>> > bower cached git://github.com/jquery/jquery.git#2.0.3 >>> > >>> > bower validate 2.0.3 against >>> > git://github.com/jquery/jquery.git#>=1.8.0 <2.1.0 >>> > >>> > bower cached git://github.com/jquery/jquery.git#2.1.4 >>> > >>> > bower validate 2.1.4 against >>> > git://github.com/jquery/jquery.git#>=1.7 >>> >>> > >>> > bower install amber-ide-starter-dialog#0.1.0 >>> > >>> > bower install helios#0.4.3 >>> > >>> > bower install amber-contrib-legacy#0.2.0 >>> > >>> > bower install amber#0.14.13 >>> > >>> > bower install jquery-ui#1.11.4 >>> > >>> > bower install require-css#0.1.8 >>> > >>> > bower install mousetrap#1.5.2 >>> > >>> > bower install showdown#0.3.4 >>> > >>> > bower install bootstrap2.3.2#2.3.2 >>> > >>> > bower install blockui#2.65 >>> > >>> > bower install jquery#2.0.3 >>> > >>> > bower install codemirror#4.13.0 >>> > >>> > >>> > amber-ide-starter-dialog#0.1.0 >>> > bower_components/amber-ide-starter-dialog >>> > >>> > >>> > ├── blockui#2.65 >>> > >>> > └── mousetrap#1.5.2 >>> > >>> > >>> > helios#0.4.3 bower_components/helios >>> > >>> > ├── amber#0.14.13 >>> > >>> > ├── bootstrap2.3.2#2.3.2 >>> > >>> > ├── codemirror#4.13.0 >>> > >>> > ├── jquery#2.0.3 >>> > >>> > ├── jquery-ui#1.11.4 >>> > >>> > ├── require-css#0.1.8 >>> > >>> > └── showdown#0.3.4 >>> > >>> > >>> > amber-contrib-legacy#0.2.0 bower_components/amber-contrib-legacy >>> > >>> > ├── amber#0.14.13 >>> > >>> > ├── codemirror#4.13.0 >>> > >>> > ├── jquery-ui#1.11.4 >>> > >>> > └── require-css#0.1.8 >>> > >>> > >>> > amber#0.14.13 bower_components/amber >>> > >>> > └── jquery#2.0.3 >>> > >>> > >>> > jquery-ui#1.11.4 bower_components/jquery-ui >>> > >>> > └── jquery#2.0.3 >>> > >>> > >>> > require-css#0.1.8 bower_components/require-css >>> > >>> > >>> > mousetrap#1.5.2 bower_components/mousetrap >>> > >>> > >>> > showdown#0.3.4 bower_components/showdown >>> > >>> > >>> > bootstrap2.3.2#2.3.2 bower_components/bootstrap2.3.2 >>> > >>> > └── jquery#2.0.3 >>> > >>> > >>> > blockui#2.65 bower_components/blockui >>> > >>> > └── jquery#2.0.3 >>> > >>> > >>> > jquery#2.0.3 bower_components/jquery >>> > >>> > >>> > codemirror#4.13.0 bower_components/codemirror >>> > >>> > npm install exec error: >>> > >>> > { [Error: Command failed: /bin/sh -c npm install >>> > >>> > npm WARN locking Error: EACCES, open >>> > >>> '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock' >>> >>> >>> > >>> > npm WARN locking at Error (native) >>> > >>> > npm WARN locking >>> > >>> /Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock >>> >>> > >>> > failed { [Error: EACCES, open >>> > >>> '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock'] >>> >>> >>> > >>> > npm WARN locking errno: -13, >>> > >>> > npm WARN locking code: 'EACCES', >>> > >>> > npm WARN locking path: >>> > >>> '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock' >>> >>> >>> > >>> > } >>> > >>> > npm ERR! Darwin 14.3.0 >>> > >>> > npm ERR! argv "node" "/usr/local/bin/npm" "install" >>> > >>> > npm ERR! node v0.12.3 >>> > >>> > npm ERR! npm v2.9.1 >>> > >>> > >>> > npm ERR! Attempt to unlock >>> > /Users/richardeng/amber-eric/node_modules/grunt-contrib-requirejs, >>> > which >>> > >>> > hasn't been locked >>> > >>> > npm ERR! >>> > >>> > npm ERR! If you need help, you may report this error at: >>> > >>> > npm ERR! <https://github.com/npm/npm/issues> >>> > >>> > npm WARN locking Error: EACCES, open >>> > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock' >>> > >>> > npm WARN locking at Error (native) >>> > >>> > npm WARN locking >>> > /Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock failed { >>> > [Error: EACCES, open >>> > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock'] >>> > >>> > npm WARN locking errno: -13, >>> > >>> > npm WARN locking code: 'EACCES', >>> > >>> > npm WARN locking path: >>> > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock' } >>> > >>> > npm ERR! Darwin 14.3.0 >>> > >>> > npm ERR! argv "node" "/usr/local/bin/npm" "install" >>> > >>> > npm ERR! node v0.12.3 >>> > >>> > npm ERR! npm v2.9.1 >>> > >>> > >>> > npm ERR! Attempt to unlock >>> > /Users/richardeng/amber-eric/node_modules/requirejs, which hasn't been >>> > locked >>> > >>> > npm ERR! >>> > >>> > npm ERR! If you need help, you may report this error at: >>> > >>> > npm ERR! <https://github.com/npm/npm/issues> >>> > >>> > npm WARN locking Error: EACCES, open >>> > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock' >>> > >>> > npm WARN locking at Error (native) >>> > >>> > npm WARN locking >>> > /Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock failed { >>> > [Error: EACCES, open >>> > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock'] >>> > >>> > npm WARN locking errno: -13, >>> > >>> > npm WARN locking code: 'EACCES', >>> > >>> > npm WARN locking path: >>> > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock' } >>> > >>> > npm ERR! Darwin 14.3.0 >>> > >>> > npm ERR! argv "node" "/usr/local/bin/npm" "install" >>> > >>> > npm ERR! node v0.12.3 >>> > >>> > npm ERR! npm v2.9.1 >>> > >>> > >>> > npm ERR! Attempt to unlock >>> > /Users/richardeng/amber-eric/node_modules/amber-dev, which hasn't been >>> > locked >>> > >>> > npm ERR! >>> > >>> > npm ERR! If you need help, you may report this error at: >>> > >>> > npm ERR! <https://github.com/npm/npm/issues> >>> > >>> > npm WARN locking Error: EACCES, open >>> > '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock' >>> > >>> > npm WARN locking at Error (native) >>> > >>> > npm WARN locking >>> > /Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock >>> > failed >>> > >>> { >>> > [Error: EACCES, open >>> > '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock'] >>> > >>> > npm WARN locking errno: -13, >>> > >>> > npm WARN locking code: 'EACCES', >>> > >>> > npm WARN locking path: >>> > '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock' } >>> > >>> > npm ERR! Darwin 14.3.0 >>> > >>> > npm ERR! argv "node" "/usr/local/bin/npm" "install" >>> > >>> > npm ERR! node v0.12.3 >>> > >>> > npm ERR! npm v2.9.1 >>> > >>> > >>> > npm ERR! Attempt to unlock >>> > /Users/richardeng/amber-eric/node_modules/grunt-execute, which hasn't >>> been >>> > locked >>> > >>> > npm ERR! >>> > >>> > npm ERR! If you need help, you may report this error at: >>> > >>> > npm ERR! <https://github.com/npm/npm/issues> >>> > >>> > npm WARN locking Error: EACCES, open >>> > >>> '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock' >>> >>> > >>> > npm WARN locking at Error (native) >>> > >>> > npm WARN locking >>> > /Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock >>> > >>> > failed { [Error: EACCES, open >>> > >>> '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock'] >>> >>> > >>> > npm WARN locking errno: -13, >>> > >>> > npm WARN locking code: 'EACCES', >>> > >>> > npm WARN locking path: >>> > >>> '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock' >>> } >>> > >>> > npm ERR! Darwin 14.3.0 >>> > >>> > npm ERR! argv "node" "/usr/local/bin/npm" "install" >>> > >>> > npm ERR! node v0.12.3 >>> > >>> > npm ERR! npm v2.9.1 >>> > >>> > >>> > npm ERR! Attempt to unlock >>> > /Users/richardeng/amber-eric/node_modules/grunt-contrib-clean, which >>> hasn't >>> > >>> > been locked >>> > >>> > npm ERR! >>> > >>> > npm ERR! If you need help, you may report this error at: >>> > >>> > npm ERR! <https://github.com/npm/npm/issues> >>> > >>> > npm WARN locking Error: EACCES, open >>> > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock' >>> > >>> > npm WARN locking at Error (native) >>> > >>> > npm WARN locking >>> /Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock >>> > >>> > failed { [Error: EACCES, open >>> > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock'] >>> > >>> > npm WARN locking errno: -13, >>> > >>> > npm WARN locking code: 'EACCES', >>> > >>> > npm WARN locking path: >>> > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock' } >>> > >>> > npm ERR! Darwin 14.3.0 >>> > >>> > npm ERR! argv "node" "/usr/local/bin/npm" "install" >>> > >>> > npm ERR! node v0.12.3 >>> > >>> > npm ERR! npm v2.9.1 >>> > >>> > >>> > npm ERR! Attempt to unlock >>> /Users/richardeng/amber-eric/node_modules/grunt, >>> > >>> > which hasn't been locked >>> > >>> > npm ERR! >>> > >>> > npm ERR! If you need help, you may report this error at: >>> > >>> > npm ERR! <https://github.com/npm/npm/issues> >>> > >>> > >>> > npm ERR! Please include the following file with any support request: >>> > >>> > npm ERR! /Users/richardeng/amber-eric/npm-debug.log >>> > >>> > ] >>> > >>> > killed: false, >>> > >>> > code: 1, >>> > >>> > signal: null, >>> > >>> > cmd: '/bin/sh -c npm install' } >>> > >>> > >>> > On Monday, 18 May 2015 13:49:52 UTC-4, Richard Eng wrote: >>> >> >>> >> JavaScript Console shows the following message: >>> >> >>> >> Failed to load resource: the server responded with a status of 404 >>> >> (Not >>> >> >>> >> Found) >>> http://localhost:4000/the.js >>> >> >>> >> >>> >> On Monday, 18 May 2015 11:23:55 UTC-4, Herby wrote: >>> >>> >>> >>> >>> >>> >>> >>> Richard Eng wrote: >>> >>> > I'm running OS X/Chrome. >>> >>> > After I installed the latest Node.js, I used: npm -g install >>> amber-cli >>> >>> > >>> >>> > >>> >>> > When I type 'amber', I get: 0.15.0-pre (NodeJS 0.12.3) >>> >>> >>> >>> This version does not matter, it's a version of amber which compiled >>> >>> amber-cli itself. >>> >>> >>> >>> > When I type 'npm', I get: npm@2.9.1 >>> >>> > >>> >>> > If I use 'amber init' and then run the app in the browser, NOTHING >>> >>> > happens when I click on "Hello from TagBrush >> with:" or "Hello >>> from >>> >>> > jQuery append". >>> >>> >>> >>> Strange. >>> >>> You should look at Console tab and / or Network tab in developer >>> >>> tools >>> >>> >>> in >>> >>> >>> >>> your browser to see what is actually the problem (something missing, >>> >>> probably). >>> >>> >>> >>> > >>> >>> > >>> >>> > On Monday, 18 May 2015 05:13:01 UTC-4, MKroehnert wrote: >>> >>> > >>> >>> > Hi, >>> >>> > >>> >>> > if you install Amber via npm you should get the latest >>> >>> > 'stable' >>> >>> > >>> >>> > version. >>> >>> > Getting 0.15.0-pre should only be possible if you clone the >>> Amber >>> >>> > repo via Git. >>> >>> > >>> >>> > But to help diagnose the problem there is a lot of information >>> >>> > missing from your side. >>> >>> >>> >>> > >>> >>> > What OS/Browser are you using? >>> >>> > How did you update Amber? >>> >>> > What version is Amber-Cli? >>> >>> > What appears to be broken? >>> >>> > How does this issue manifest (application does not work is not >>> >>> > a >>> >>> > >>> >>> > very enlightening description)? >>> >>> > >>> >>> > Thanks, >>> >>> > Manfred >>> >>> > >>> >>> > -- >>> >>> > 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] <javascript:>>. >>> >>> > 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] <javascript:>. >>> > 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. >> > -- 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. |
In reply to this post by horrido
This shows the problem. `amber init` ran `npm install` for the new
project, but that has failed because of some access problems. So, some tricky nuisance with your setup. When in doubt, just (sudo) rm -rf ~/.npm and reinstall everything which was installed via npm. Richard Eng wrote: > 'amber init' seems to generate a lot of error messages... > > *Initialized from template "grunt-init-amber".* > > You need to have these installed globally via npm: amber-cli_; _grunt-cli_; > > _bower. Now, install project dependencies with bower install, tool > > dependencies with npm installand optionally, recompile with grunt. If you > > are running amber init, these three tasks are going to be performed for you > > now. Afterwards, start the development server with amber serve. Your > > application is then accessible via http://localhost:4000/ > > > Done, without errors. > > bower cached git://github.com/amber-smalltalk/helios.git#0.4.3 > > bower validate 0.4.3 against > git://github.com/amber-smalltalk/helios.git#^0.4.0 > > bower cached git://github.com/amber-smalltalk/amber-contrib-legacy.git#0.2.0 > > bower validate 0.2.0 against > git://github.com/amber-smalltalk/amber-contrib-legacy.git#^0.2.0 > > bower cached git://github.com/amber-smalltalk/amber.git#0.14.13 > > bower validate 0.14.13 against > git://github.com/amber-smalltalk/amber.git#^0.14.13 > > bower cached git://github.com/amber-smalltalk/amber-ide-starter.git#0.1.0 > > bower validate 0.1.0 against > git://github.com/amber-smalltalk/amber-ide-starter.git#^0.1.0 > > bower cached git://github.com/amber-smalltalk/amber.git#0.14.13 > > bower validate 0.14.13 against > git://github.com/amber-smalltalk/amber.git#>=0.14.13 > > bower cached git://github.com/jquery/jquery.git#2.1.4 > > bower validate 2.1.4 against git://github.com/jquery/jquery.git#>=1.7.0 > > bower cached git://github.com/components/jqueryui.git#1.11.4 > > bower validate 1.11.4 against > git://github.com/components/jqueryui.git#>=1.9.2 > > bower cached git://github.com/ccampbell/mousetrap.git#1.5.2 > > bower validate 1.5.2 against git://github.com/ccampbell/mousetrap.git#^1.4.6 > > bower cached git://github.com/guybedford/require-css.git#0.1.8 > > bower validate 0.1.8 against > git://github.com/guybedford/require-css.git#^0.1.2 > > bower cached git://github.com/showdownjs/showdown.git#0.3.4 > > bower validate 0.3.4 against git://github.com/showdownjs/showdown.git#^0.3.1 > > bower cached > git://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#2.3.2 > > bower validate 2.3.2 against > git://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#^2.3.2 > > bower cached git://github.com/malsup/blockui.git#2.65 > > bower validate 2.65 against git://github.com/malsup/blockui.git#2.65 > > bower cached git://github.com/marijnh/CodeMirror.git#4.13.0 > > bower validate 4.13.0 against git://github.com/marijnh/CodeMirror.git#^4.7.0 > > bower cached git://github.com/jquery/jquery.git#2.1.4 > > bower validate 2.1.4 against git://github.com/jquery/jquery.git#>=1.6 > > bower cached git://github.com/jquery/jquery.git#2.0.3 > > bower validate 2.0.3 against git://github.com/jquery/jquery.git#>=1.8.0 > <2.1.0 > > bower cached git://github.com/jquery/jquery.git#2.1.4 > > bower validate 2.1.4 against git://github.com/jquery/jquery.git#>=1.7 > > bower install amber-ide-starter-dialog#0.1.0 > > bower install helios#0.4.3 > > bower install amber-contrib-legacy#0.2.0 > > bower install amber#0.14.13 > > bower install jquery-ui#1.11.4 > > bower install require-css#0.1.8 > > bower install mousetrap#1.5.2 > > bower install showdown#0.3.4 > > bower install bootstrap2.3.2#2.3.2 > > bower install blockui#2.65 > > bower install jquery#2.0.3 > > bower install codemirror#4.13.0 > > > amber-ide-starter-dialog#0.1.0 bower_components/amber-ide-starter-dialog > > ├── blockui#2.65 > > └── mousetrap#1.5.2 > > > helios#0.4.3 bower_components/helios > > ├── amber#0.14.13 > > ├── bootstrap2.3.2#2.3.2 > > ├── codemirror#4.13.0 > > ├── jquery#2.0.3 > > ├── jquery-ui#1.11.4 > > ├── require-css#0.1.8 > > └── showdown#0.3.4 > > > amber-contrib-legacy#0.2.0 bower_components/amber-contrib-legacy > > ├── amber#0.14.13 > > ├── codemirror#4.13.0 > > ├── jquery-ui#1.11.4 > > └── require-css#0.1.8 > > > amber#0.14.13 bower_components/amber > > └── jquery#2.0.3 > > > jquery-ui#1.11.4 bower_components/jquery-ui > > └── jquery#2.0.3 > > > require-css#0.1.8 bower_components/require-css > > > mousetrap#1.5.2 bower_components/mousetrap > > > showdown#0.3.4 bower_components/showdown > > > bootstrap2.3.2#2.3.2 bower_components/bootstrap2.3.2 > > └── jquery#2.0.3 > > > blockui#2.65 bower_components/blockui > > └── jquery#2.0.3 > > > jquery#2.0.3 bower_components/jquery > > > codemirror#4.13.0 bower_components/codemirror > > npm install exec error: > > { [Error: Command failed: /bin/sh -c npm install > > npm WARN locking Error: EACCES, open > '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock' > > npm WARN locking at Error (native) > > npm WARN locking > /Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock > failed { [Error: EACCES, open > '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock'] > > npm WARN locking errno: -13, > > npm WARN locking code: 'EACCES', > > npm WARN locking path: > '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock' > } > > npm ERR! Darwin 14.3.0 > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > npm ERR! node v0.12.3 > > npm ERR! npm v2.9.1 > > > npm ERR! Attempt to unlock > /Users/richardeng/amber-eric/node_modules/grunt-contrib-requirejs, which > hasn't been locked > > npm ERR! > > npm ERR! If you need help, you may report this error at: > > npm ERR! <https://github.com/npm/npm/issues> > > npm WARN locking Error: EACCES, open > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock' > > npm WARN locking at Error (native) > > npm WARN locking > /Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock failed { > [Error: EACCES, open > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock'] > > npm WARN locking errno: -13, > > npm WARN locking code: 'EACCES', > > npm WARN locking path: > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock' } > > npm ERR! Darwin 14.3.0 > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > npm ERR! node v0.12.3 > > npm ERR! npm v2.9.1 > > > npm ERR! Attempt to unlock > /Users/richardeng/amber-eric/node_modules/requirejs, which hasn't been > locked > > npm ERR! > > npm ERR! If you need help, you may report this error at: > > npm ERR! <https://github.com/npm/npm/issues> > > npm WARN locking Error: EACCES, open > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock' > > npm WARN locking at Error (native) > > npm WARN locking > /Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock failed { > [Error: EACCES, open > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock'] > > npm WARN locking errno: -13, > > npm WARN locking code: 'EACCES', > > npm WARN locking path: > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock' } > > npm ERR! Darwin 14.3.0 > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > npm ERR! node v0.12.3 > > npm ERR! npm v2.9.1 > > > npm ERR! Attempt to unlock > /Users/richardeng/amber-eric/node_modules/amber-dev, which hasn't been > locked > > npm ERR! > > npm ERR! If you need help, you may report this error at: > > npm ERR! <https://github.com/npm/npm/issues> > > npm WARN locking Error: EACCES, open > '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock' > > npm WARN locking at Error (native) > > npm WARN locking > /Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock failed > { [Error: EACCES, open > '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock'] > > npm WARN locking errno: -13, > > npm WARN locking code: 'EACCES', > > npm WARN locking path: > '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock' } > > npm ERR! Darwin 14.3.0 > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > npm ERR! node v0.12.3 > > npm ERR! npm v2.9.1 > > > npm ERR! Attempt to unlock > /Users/richardeng/amber-eric/node_modules/grunt-execute, which hasn't > been locked > > npm ERR! > > npm ERR! If you need help, you may report this error at: > > npm ERR! <https://github.com/npm/npm/issues> > > npm WARN locking Error: EACCES, open > '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock' > > npm WARN locking at Error (native) > > npm WARN locking > /Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock > failed { [Error: EACCES, open > '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock'] > > npm WARN locking errno: -13, > > npm WARN locking code: 'EACCES', > > npm WARN locking path: > '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock' } > > npm ERR! Darwin 14.3.0 > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > npm ERR! node v0.12.3 > > npm ERR! npm v2.9.1 > > > npm ERR! Attempt to unlock > /Users/richardeng/amber-eric/node_modules/grunt-contrib-clean, which > hasn't been locked > > npm ERR! > > npm ERR! If you need help, you may report this error at: > > npm ERR! <https://github.com/npm/npm/issues> > > npm WARN locking Error: EACCES, open > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock' > > npm WARN locking at Error (native) > > npm WARN locking > /Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock failed { > [Error: EACCES, open > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock'] > > npm WARN locking errno: -13, > > npm WARN locking code: 'EACCES', > > npm WARN locking path: > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock' } > > npm ERR! Darwin 14.3.0 > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > npm ERR! node v0.12.3 > > npm ERR! npm v2.9.1 > > > npm ERR! Attempt to unlock > /Users/richardeng/amber-eric/node_modules/grunt, which hasn't been locked > > npm ERR! > > npm ERR! If you need help, you may report this error at: > > npm ERR! <https://github.com/npm/npm/issues> > > > npm ERR! Please include the following file with any support request: > > npm ERR! /Users/richardeng/amber-eric/npm-debug.log > > ] > > killed: false, > > code: 1, > > signal: null, > > cmd: '/bin/sh -c npm install' } > > > > On Monday, 18 May 2015 13:49:52 UTC-4, Richard Eng wrote: > > JavaScript Console shows the following message: > > Failed to load resource: the server responded with a status of 404 > (Not Found) http://localhost:4000/the.js > > > On Monday, 18 May 2015 11:23:55 UTC-4, Herby wrote: > > > > Richard Eng wrote: > > I'm running OS X/Chrome. > > After I installed the latest Node.js, I used: npm -g install > amber-cli > > > > When I type 'amber', I get: 0.15.0-pre (NodeJS 0.12.3) > > This version does not matter, it's a version of amber which > compiled amber-cli itself. > > > When I type 'npm', I get: npm@2.9.1 > > > > If I use 'amber init' and then run the app in the browser, > NOTHING > > happens when I click on "Hello from TagBrush >> with:" or > "Hello from > > jQuery append". > > Strange. > You should look at Console tab and / or Network tab in developer > tools in your browser to see what is actually the problem > (something missing, probably). > > > > > > > On Monday, 18 May 2015 05:13:01 UTC-4, MKroehnert wrote: > > > > Hi, > > > > if you install Amber via npm you should get the latest 'stable' > > version. > > Getting 0.15.0-pre should only be possible if you clone the > Amber > > repo via Git. > > > > But to help diagnose the problem there is a lot of information > > missing from your side. > > > > > What OS/Browser are you using? > > How did you update Amber? > > What version is Amber-Cli? > > What appears to be broken? > > How does this issue manifest (application does not work is not a > > very enlightening description)? > > > > Thanks, > > Manfred > > > > -- > > You received this message because you are subscribed to the > > 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 > <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] > <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. |
I've tried everything suggested in this thread. I've even created a VirtualBox VM, installed Linux Mint (so that I have a pristine starting environment, since my OS X environment is now polluted), and followed the github README. Nothing works.
-- Are you guys suggesting that you've actually gone through this Getting Started procedure with the latest Node.js, the latest Amber, and found the welcome app working perfectly? I'd find that very hard to believe. On Monday, 18 May 2015 15:00:45 UTC-4, Herby wrote: This shows the problem. `amber init` ran `npm install` for the new 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. |
Just tried on Win7, evrything works. Though, I have node 0.12.0.
Richard Eng wrote: > I've tried everything suggested in this thread. I've even created a > VirtualBox VM, installed Linux Mint (so that I have a pristine starting > environment, since my OS X environment is now polluted), and followed > the github README. Nothing works. > > Are you guys suggesting that you've actually gone through this Getting > Started procedure with the latest Node.js, the latest Amber, and found > the welcome app working perfectly? I'd find that very hard to believe. > > > On Monday, 18 May 2015 15:00:45 UTC-4, Herby wrote: > > This shows the problem. `amber init` ran `npm install` for the new > project, but that has failed because of some access problems. > > So, some tricky nuisance with your setup. When in doubt, just (sudo) rm > -rf ~/.npm and reinstall everything which was installed via npm. > > Richard Eng wrote: > > 'amber init' seems to generate a lot of error messages... > > > > *Initialized from template "grunt-init-amber".* > > > > You need to have these installed globally via npm: amber-cli_; > _grunt-cli_; > > > > _bower. Now, install project dependencies with bower install, tool > > > > dependencies with npm installand optionally, recompile with > grunt. If you > > > > are running amber init, these three tasks are going to be > performed for you > > > > now. Afterwards, start the development server with amber serve. Your > > > > application is then accessible via http://localhost:4000/ > > > > > > Done, without errors. > > > > bower cached git://github.com/amber-smalltalk/helios.git#0.4.3 > <http://github.com/amber-smalltalk/helios.git#0.4.3> > > > > bower validate 0.4.3 against > > git://github.com/amber-smalltalk/helios.git# > <http://github.com/amber-smalltalk/helios.git#>^0.4.0 > > > > bower cached > git://github.com/amber-smalltalk/amber-contrib-legacy.git#0.2.0 > <http://github.com/amber-smalltalk/amber-contrib-legacy.git#0.2.0> > > > > bower validate 0.2.0 against > > git://github.com/amber-smalltalk/amber-contrib-legacy.git# > <http://github.com/amber-smalltalk/amber-contrib-legacy.git#>^0.2.0 > > > > bower cached git://github.com/amber-smalltalk/amber.git#0.14.13 > <http://github.com/amber-smalltalk/amber.git#0.14.13> > > > > bower validate 0.14.13 against > > git://github.com/amber-smalltalk/amber.git# > <http://github.com/amber-smalltalk/amber.git#>^0.14.13 > > > > bower cached > git://github.com/amber-smalltalk/amber-ide-starter.git#0.1.0 > <http://github.com/amber-smalltalk/amber-ide-starter.git#0.1.0> > > > > bower validate 0.1.0 against > > git://github.com/amber-smalltalk/amber-ide-starter.git# > <http://github.com/amber-smalltalk/amber-ide-starter.git#>^0.1.0 > > > > bower cached git://github.com/amber-smalltalk/amber.git#0.14.13 > <http://github.com/amber-smalltalk/amber.git#0.14.13> > > > > bower validate 0.14.13 against > > git://github.com/amber-smalltalk/amber.git# > <http://github.com/amber-smalltalk/amber.git#>>=0.14.13 > > > > bower cached git://github.com/jquery/jquery.git#2.1.4 > <http://github.com/jquery/jquery.git#2.1.4> > > > > bower validate 2.1.4 against git://github.com/jquery/jquery.git# > <http://github.com/jquery/jquery.git#>>=1.7.0 > > > > bower cached git://github.com/components/jqueryui.git#1.11.4 > <http://github.com/components/jqueryui.git#1.11.4> > > > > bower validate 1.11.4 against > > git://github.com/components/jqueryui.git# > <http://github.com/components/jqueryui.git#>>=1.9.2 > > > > bower cached git://github.com/ccampbell/mousetrap.git#1.5.2 > <http://github.com/ccampbell/mousetrap.git#1.5.2> > > > > bower validate 1.5.2 against > git://github.com/ccampbell/mousetrap.git# > <http://github.com/ccampbell/mousetrap.git#>^1.4.6 > > > > bower cached git://github.com/guybedford/require-css.git#0.1.8 > <http://github.com/guybedford/require-css.git#0.1.8> > > > > bower validate 0.1.8 against > > git://github.com/guybedford/require-css.git# > <http://github.com/guybedford/require-css.git#>^0.1.2 > > > > bower cached git://github.com/showdownjs/showdown.git#0.3.4 > <http://github.com/showdownjs/showdown.git#0.3.4> > > > > bower validate 0.3.4 against > git://github.com/showdownjs/showdown.git# > <http://github.com/showdownjs/showdown.git#>^0.3.1 > > > > bower cached > > git://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#2.3.2 > <http://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#2.3.2> > > > > bower validate 2.3.2 against > > git://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git# > <http://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#>^2.3.2 > > > > bower cached git://github.com/malsup/blockui.git#2.65 > <http://github.com/malsup/blockui.git#2.65> > > > > bower validate 2.65 against > git://github.com/malsup/blockui.git#2.65 > <http://github.com/malsup/blockui.git#2.65> > > > > bower cached git://github.com/marijnh/CodeMirror.git#4.13.0 > <http://github.com/marijnh/CodeMirror.git#4.13.0> > > > > bower validate 4.13.0 against > git://github.com/marijnh/CodeMirror.git# > <http://github.com/marijnh/CodeMirror.git#>^4.7.0 > > > > bower cached git://github.com/jquery/jquery.git#2.1.4 > <http://github.com/jquery/jquery.git#2.1.4> > > > > bower validate 2.1.4 against git://github.com/jquery/jquery.git# > <http://github.com/jquery/jquery.git#>>=1.6 > > > > bower cached git://github.com/jquery/jquery.git#2.0.3 > <http://github.com/jquery/jquery.git#2.0.3> > > > > bower validate 2.0.3 against git://github.com/jquery/jquery.git# > <http://github.com/jquery/jquery.git#>>=1.8.0 > > <2.1.0 > > > > bower cached git://github.com/jquery/jquery.git#2.1.4 > <http://github.com/jquery/jquery.git#2.1.4> > > > > bower validate 2.1.4 against git://github.com/jquery/jquery.git# > <http://github.com/jquery/jquery.git#>>=1.7 > > > > bower install amber-ide-starter-dialog#0.1.0 > > > > bower install helios#0.4.3 > > > > bower install amber-contrib-legacy#0.2.0 > > > > bower install amber#0.14.13 > > > > bower install jquery-ui#1.11.4 > > > > bower install require-css#0.1.8 > > > > bower install mousetrap#1.5.2 > > > > bower install showdown#0.3.4 > > > > bower install bootstrap2.3.2#2.3.2 > > > > bower install blockui#2.65 > > > > bower install jquery#2.0.3 > > > > bower install codemirror#4.13.0 > > > > > > amber-ide-starter-dialog#0.1.0 > bower_components/amber-ide-starter-dialog > > > > ├── blockui#2.65 > > > > └── mousetrap#1.5.2 > > > > > > helios#0.4.3 bower_components/helios > > > > ├── amber#0.14.13 > > > > ├── bootstrap2.3.2#2.3.2 > > > > ├── codemirror#4.13.0 > > > > ├── jquery#2.0.3 > > > > ├── jquery-ui#1.11.4 > > > > ├── require-css#0.1.8 > > > > └── showdown#0.3.4 > > > > > > amber-contrib-legacy#0.2.0 bower_components/amber-contrib-legacy > > > > ├── amber#0.14.13 > > > > ├── codemirror#4.13.0 > > > > ├── jquery-ui#1.11.4 > > > > └── require-css#0.1.8 > > > > > > amber#0.14.13 bower_components/amber > > > > └── jquery#2.0.3 > > > > > > jquery-ui#1.11.4 bower_components/jquery-ui > > > > └── jquery#2.0.3 > > > > > > require-css#0.1.8 bower_components/require-css > > > > > > mousetrap#1.5.2 bower_components/mousetrap > > > > > > showdown#0.3.4 bower_components/showdown > > > > > > bootstrap2.3.2#2.3.2 bower_components/bootstrap2.3.2 > > > > └── jquery#2.0.3 > > > > > > blockui#2.65 bower_components/blockui > > > > └── jquery#2.0.3 > > > > > > jquery#2.0.3 bower_components/jquery > > > > > > codemirror#4.13.0 bower_components/codemirror > > > > npm install exec error: > > > > { [Error: Command failed: /bin/sh -c npm install > > > > npm WARN locking Error: EACCES, open > > > '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock' > > > > > npm WARN locking at Error (native) > > > > npm WARN locking > > > /Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock > > > failed { [Error: EACCES, open > > > '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock'] > > > > > npm WARN locking errno: -13, > > > > npm WARN locking code: 'EACCES', > > > > npm WARN locking path: > > > '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock' > > > } > > > > npm ERR! Darwin 14.3.0 > > > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > > > npm ERR! node v0.12.3 > > > > npm ERR! npm v2.9.1 > > > > > > npm ERR! Attempt to unlock > > > /Users/richardeng/amber-eric/node_modules/grunt-contrib-requirejs, > which > > hasn't been locked > > > > npm ERR! > > > > npm ERR! If you need help, you may report this error at: > > > > npm ERR! <https://github.com/npm/npm/issues > <https://github.com/npm/npm/issues>> > > > > npm WARN locking Error: EACCES, open > > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock' > > > > npm WARN locking at Error (native) > > > > npm WARN locking > > /Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock > failed { > > [Error: EACCES, open > > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock'] > > > > npm WARN locking errno: -13, > > > > npm WARN locking code: 'EACCES', > > > > npm WARN locking path: > > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock' } > > > > npm ERR! Darwin 14.3.0 > > > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > > > npm ERR! node v0.12.3 > > > > npm ERR! npm v2.9.1 > > > > > > npm ERR! Attempt to unlock > > /Users/richardeng/amber-eric/node_modules/requirejs, which hasn't > been > > locked > > > > npm ERR! > > > > npm ERR! If you need help, you may report this error at: > > > > npm ERR! <https://github.com/npm/npm/issues > <https://github.com/npm/npm/issues>> > > > > npm WARN locking Error: EACCES, open > > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock' > > > > npm WARN locking at Error (native) > > > > npm WARN locking > > /Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock > failed { > > [Error: EACCES, open > > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock'] > > > > npm WARN locking errno: -13, > > > > npm WARN locking code: 'EACCES', > > > > npm WARN locking path: > > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock' } > > > > npm ERR! Darwin 14.3.0 > > > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > > > npm ERR! node v0.12.3 > > > > npm ERR! npm v2.9.1 > > > > > > npm ERR! Attempt to unlock > > /Users/richardeng/amber-eric/node_modules/amber-dev, which hasn't > been > > locked > > > > npm ERR! > > > > npm ERR! If you need help, you may report this error at: > > > > npm ERR! <https://github.com/npm/npm/issues > <https://github.com/npm/npm/issues>> > > > > npm WARN locking Error: EACCES, open > > '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock' > > > > npm WARN locking at Error (native) > > > > npm WARN locking > > /Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock > failed > > { [Error: EACCES, open > > '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock'] > > > > npm WARN locking errno: -13, > > > > npm WARN locking code: 'EACCES', > > > > npm WARN locking path: > > > '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock' } > > > > npm ERR! Darwin 14.3.0 > > > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > > > npm ERR! node v0.12.3 > > > > npm ERR! npm v2.9.1 > > > > > > npm ERR! Attempt to unlock > > /Users/richardeng/amber-eric/node_modules/grunt-execute, which > hasn't > > been locked > > > > npm ERR! > > > > npm ERR! If you need help, you may report this error at: > > > > npm ERR! <https://github.com/npm/npm/issues > <https://github.com/npm/npm/issues>> > > > > npm WARN locking Error: EACCES, open > > > '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock' > > > > > npm WARN locking at Error (native) > > > > npm WARN locking > > > /Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock > > failed { [Error: EACCES, open > > > '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock'] > > > > > npm WARN locking errno: -13, > > > > npm WARN locking code: 'EACCES', > > > > npm WARN locking path: > > > '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock' > } > > > > npm ERR! Darwin 14.3.0 > > > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > > > npm ERR! node v0.12.3 > > > > npm ERR! npm v2.9.1 > > > > > > npm ERR! Attempt to unlock > > /Users/richardeng/amber-eric/node_modules/grunt-contrib-clean, which > > hasn't been locked > > > > npm ERR! > > > > npm ERR! If you need help, you may report this error at: > > > > npm ERR! <https://github.com/npm/npm/issues > <https://github.com/npm/npm/issues>> > > > > npm WARN locking Error: EACCES, open > > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock' > > > > npm WARN locking at Error (native) > > > > npm WARN locking > > /Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock failed { > > [Error: EACCES, open > > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock'] > > > > npm WARN locking errno: -13, > > > > npm WARN locking code: 'EACCES', > > > > npm WARN locking path: > > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock' } > > > > npm ERR! Darwin 14.3.0 > > > > npm ERR! argv "node" "/usr/local/bin/npm" "install" > > > > npm ERR! node v0.12.3 > > > > npm ERR! npm v2.9.1 > > > > > > npm ERR! Attempt to unlock > > /Users/richardeng/amber-eric/node_modules/grunt, which hasn't > been locked > > > > npm ERR! > > > > npm ERR! If you need help, you may report this error at: > > > > npm ERR! <https://github.com/npm/npm/issues > <https://github.com/npm/npm/issues>> > > > > > > npm ERR! Please include the following file with any support request: > > > > npm ERR! /Users/richardeng/amber-eric/npm-debug.log > > > > ] > > > > killed: false, > > > > code: 1, > > > > signal: null, > > > > cmd: '/bin/sh -c npm install' } > > > > > > > > On Monday, 18 May 2015 13:49:52 UTC-4, Richard Eng wrote: > > > > JavaScript Console shows the following message: > > > > Failed to load resource: the server responded with a status of 404 > > (Not Found) http://localhost:4000/the.js > > > > > > On Monday, 18 May 2015 11:23:55 UTC-4, Herby wrote: > > > > > > > > Richard Eng wrote: > > > I'm running OS X/Chrome. > > > After I installed the latest Node.js, I used: npm -g install > > amber-cli > > > > > > When I type 'amber', I get: 0.15.0-pre (NodeJS 0.12.3) > > > > This version does not matter, it's a version of amber which > > compiled amber-cli itself. > > > > > When I type 'npm', I get: npm@2.9.1 > > > > > > If I use 'amber init' and then run the app in the browser, > > NOTHING > > > happens when I click on "Hello from TagBrush >> with:" or > > "Hello from > > > jQuery append". > > > > Strange. > > You should look at Console tab and / or Network tab in developer > > tools in your browser to see what is actually the problem > > (something missing, probably). > > > > > > > > > > > On Monday, 18 May 2015 05:13:01 UTC-4, MKroehnert wrote: > > > > > > Hi, > > > > > > if you install Amber via npm you should get the latest 'stable' > > > version. > > > Getting 0.15.0-pre should only be possible if you clone the > > Amber > > > repo via Git. > > > > > > But to help diagnose the problem there is a lot of information > > > missing from your side. > > > > > > > > What OS/Browser are you using? > > > How did you update Amber? > > > What version is Amber-Cli? > > > What appears to be broken? > > > How does this issue manifest (application does not work is not a > > > very enlightening description)? > > > > > > Thanks, > > > Manfred > > > > > > -- > > > You received this message because you are subscribed to the > > > Groups "amber-lang" group. > > > To unsubscribe from this group and stop receiving emails from > > it, send > > > an email to [hidden email] > > > <mailto:[hidden email] <javascript:>>. > > > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout> > > <https://groups.google.com/d/optout > <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] <javascript:> > > <mailto:[hidden email] <javascript:>>. > > For more options, visit https://groups.google.com/d/optout > <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] > <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. |
Okay, I'm going to try this in my VirtualBox VM of Windows 7 Pro...
-- First, I install Node.js. 'node -v' shows 0.12.3. Perfect. 'npm' shows 2.9.1. Perfect. Then, I install Git for Windows. 'git --version' shows 1.9.5.msysgit.1. Perfect. Then I install Amber: npm install -g amber-cli bower grunt-cli Looks good. Then I try to create the welcome app... mkdir fred cd fred amber init Project title: Fred Namespace: amber-fred (default) Everything else is defaulted. 'amber serve' and everything works fine. Now, I shall try it again in another Linux VM (LXLE)... On Monday, 18 May 2015 15:40:34 UTC-4, Herby wrote: Just tried on Win7, evrything works. Though, I have node 0.12.0. 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. |
Richard, thanks for doing this testing work. The last test _I_ did
was one month ago on Linux Mint (pristine environment). It resulted in an updated README.md https://github.com/amber-smalltalk/amber/commit/57422dfee43a00160c10ed9c8afc260ef34f2f7b --Hannes On 5/18/15, Richard Eng <[hidden email]> wrote: > Okay, I'm going to try this in my VirtualBox VM of *Windows 7 Pro*... > > First, I install Node.js. > > 'node -v' shows 0.12.3. Perfect. > > 'npm' shows 2.9.1. Perfect. > > Then, I install Git for Windows. > > 'git --version' shows 1.9.5.msysgit.1. Perfect. > > Then I install Amber: > > npm install -g amber-cli bower grunt-cli > > Looks good. Then I try to create the welcome app... > > mkdir fred > cd fred > amber init > > Project title: Fred > Namespace: amber-fred (default) > > Everything else is defaulted. > > 'amber serve' and everything works fine. > > Now, I shall try it again in another Linux VM (LXLE)... > > > On Monday, 18 May 2015 15:40:34 UTC-4, Herby wrote: >> >> Just tried on Win7, evrything works. Though, I have node 0.12.0. >> >> Richard Eng wrote: >> > I've tried everything suggested in this thread. I've even created a >> > VirtualBox VM, installed Linux Mint (so that I have a pristine starting >> > >> > environment, since my OS X environment is now polluted), and followed >> > the github README. Nothing works. >> > >> > Are you guys suggesting that you've actually gone through this Getting >> > Started procedure with the latest Node.js, the latest Amber, and found >> > the welcome app working perfectly? I'd find that very hard to believe. >> > >> > >> > On Monday, 18 May 2015 15:00:45 UTC-4, Herby wrote: >> > >> > This shows the problem. `amber init` ran `npm install` for the new >> > project, but that has failed because of some access problems. >> > >> > So, some tricky nuisance with your setup. When in doubt, just (sudo) >> > >> rm >> > -rf ~/.npm and reinstall everything which was installed via npm. >> > >> > Richard Eng wrote: >> > > 'amber init' seems to generate a lot of error messages... >> > > >> > > *Initialized from template "grunt-init-amber".* >> > > >> > > You need to have these installed globally via npm: amber-cli_; >> > _grunt-cli_; >> > > >> > > _bower. Now, install project dependencies with bower install, >> tool >> > > >> > > dependencies with npm installand optionally, recompile with >> > grunt. If you >> > > >> > > are running amber init, these three tasks are going to be >> > performed for you >> > > >> > > now. Afterwards, start the development server with amber serve. >> Your >> > > >> > > application is then accessible via http://localhost:4000/ >> > > >> > > >> > > Done, without errors. >> > > >> > > bower cached git://github.com/amber-smalltalk/helios.git#0.4.3 >> > <http://github.com/amber-smalltalk/helios.git#0.4.3> >> > > >> > > bower validate 0.4.3 against >> > > git://github.com/amber-smalltalk/helios.git# >> > <http://github.com/amber-smalltalk/helios.git#>^0.4.0 >> > > >> > > bower cached >> > git://github.com/amber-smalltalk/amber-contrib-legacy.git#0.2.0 >> > <http://github.com/amber-smalltalk/amber-contrib-legacy.git#0.2.0> >> > > >> > > bower validate 0.2.0 against >> > > git://github.com/amber-smalltalk/amber-contrib-legacy.git# >> > <http://github.com/amber-smalltalk/amber-contrib-legacy.git#>^0.2.0 >> > >> > > >> > > bower cached git://github.com/amber-smalltalk/amber.git#0.14.13 >> > <http://github.com/amber-smalltalk/amber.git#0.14.13> >> > > >> > > bower validate 0.14.13 against >> > > git://github.com/amber-smalltalk/amber.git# >> > <http://github.com/amber-smalltalk/amber.git#>^0.14.13 >> > > >> > > bower cached >> > git://github.com/amber-smalltalk/amber-ide-starter.git#0.1.0 >> > <http://github.com/amber-smalltalk/amber-ide-starter.git#0.1.0> >> > > >> > > bower validate 0.1.0 against >> > > git://github.com/amber-smalltalk/amber-ide-starter.git# >> > <http://github.com/amber-smalltalk/amber-ide-starter.git#>^0.1.0 >> > > >> > > bower cached git://github.com/amber-smalltalk/amber.git#0.14.13 >> > <http://github.com/amber-smalltalk/amber.git#0.14.13> >> > > >> > > bower validate 0.14.13 against >> > > git://github.com/amber-smalltalk/amber.git# >> > <http://github.com/amber-smalltalk/amber.git#>>=0.14.13 >> > > >> > > bower cached git://github.com/jquery/jquery.git#2.1.4 >> > <http://github.com/jquery/jquery.git#2.1.4> >> > > >> > > bower validate 2.1.4 against git://github.com/jquery/jquery.git# >> > >> > <http://github.com/jquery/jquery.git#>>=1.7.0 >> > > >> > > bower cached git://github.com/components/jqueryui.git#1.11.4 >> > <http://github.com/components/jqueryui.git#1.11.4> >> > > >> > > bower validate 1.11.4 against >> > > git://github.com/components/jqueryui.git# >> > <http://github.com/components/jqueryui.git#>>=1.9.2 >> > > >> > > bower cached git://github.com/ccampbell/mousetrap.git#1.5.2 >> > <http://github.com/ccampbell/mousetrap.git#1.5.2> >> > > >> > > bower validate 1.5.2 against >> > git://github.com/ccampbell/mousetrap.git# >> > <http://github.com/ccampbell/mousetrap.git#>^1.4.6 >> > > >> > > bower cached git://github.com/guybedford/require-css.git#0.1.8 >> > <http://github.com/guybedford/require-css.git#0.1.8> >> > > >> > > bower validate 0.1.8 against >> > > git://github.com/guybedford/require-css.git# >> > <http://github.com/guybedford/require-css.git#>^0.1.2 >> > > >> > > bower cached git://github.com/showdownjs/showdown.git#0.3.4 >> > <http://github.com/showdownjs/showdown.git#0.3.4> >> > > >> > > bower validate 0.3.4 against >> > git://github.com/showdownjs/showdown.git# >> > <http://github.com/showdownjs/showdown.git#>^0.3.1 >> > > >> > > bower cached >> > > git://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#2.3.2 >> > >> > <http://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#2.3.2> >> > >> >> > > >> > > bower validate 2.3.2 against >> > > git://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git# >> > >> > <http://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git#>^2.3.2 >> >> > > >> > > bower cached git://github.com/malsup/blockui.git#2.65 >> > <http://github.com/malsup/blockui.git#2.65> >> > > >> > > bower validate 2.65 against >> > git://github.com/malsup/blockui.git#2.65 >> > <http://github.com/malsup/blockui.git#2.65> >> > > >> > > bower cached git://github.com/marijnh/CodeMirror.git#4.13.0 >> > <http://github.com/marijnh/CodeMirror.git#4.13.0> >> > > >> > > bower validate 4.13.0 against >> > git://github.com/marijnh/CodeMirror.git# >> > <http://github.com/marijnh/CodeMirror.git#>^4.7.0 >> > > >> > > bower cached git://github.com/jquery/jquery.git#2.1.4 >> > <http://github.com/jquery/jquery.git#2.1.4> >> > > >> > > bower validate 2.1.4 against git://github.com/jquery/jquery.git# >> > >> > <http://github.com/jquery/jquery.git#>>=1.6 >> > > >> > > bower cached git://github.com/jquery/jquery.git#2.0.3 >> > <http://github.com/jquery/jquery.git#2.0.3> >> > > >> > > bower validate 2.0.3 against git://github.com/jquery/jquery.git# >> > >> > <http://github.com/jquery/jquery.git#>>=1.8.0 >> > > <2.1.0 >> > > >> > > bower cached git://github.com/jquery/jquery.git#2.1.4 >> > <http://github.com/jquery/jquery.git#2.1.4> >> > > >> > > bower validate 2.1.4 against git://github.com/jquery/jquery.git# >> > >> > <http://github.com/jquery/jquery.git#>>=1.7 >> > > >> > > bower install amber-ide-starter-dialog#0.1.0 >> > > >> > > bower install helios#0.4.3 >> > > >> > > bower install amber-contrib-legacy#0.2.0 >> > > >> > > bower install amber#0.14.13 >> > > >> > > bower install jquery-ui#1.11.4 >> > > >> > > bower install require-css#0.1.8 >> > > >> > > bower install mousetrap#1.5.2 >> > > >> > > bower install showdown#0.3.4 >> > > >> > > bower install bootstrap2.3.2#2.3.2 >> > > >> > > bower install blockui#2.65 >> > > >> > > bower install jquery#2.0.3 >> > > >> > > bower install codemirror#4.13.0 >> > > >> > > >> > > amber-ide-starter-dialog#0.1.0 >> > bower_components/amber-ide-starter-dialog >> > > >> > > ├── blockui#2.65 >> > > >> > > └── mousetrap#1.5.2 >> > > >> > > >> > > helios#0.4.3 bower_components/helios >> > > >> > > ├── amber#0.14.13 >> > > >> > > ├── bootstrap2.3.2#2.3.2 >> > > >> > > ├── codemirror#4.13.0 >> > > >> > > ├── jquery#2.0.3 >> > > >> > > ├── jquery-ui#1.11.4 >> > > >> > > ├── require-css#0.1.8 >> > > >> > > └── showdown#0.3.4 >> > > >> > > >> > > amber-contrib-legacy#0.2.0 bower_components/amber-contrib-legacy >> > >> > > >> > > ├── amber#0.14.13 >> > > >> > > ├── codemirror#4.13.0 >> > > >> > > ├── jquery-ui#1.11.4 >> > > >> > > └── require-css#0.1.8 >> > > >> > > >> > > amber#0.14.13 bower_components/amber >> > > >> > > └── jquery#2.0.3 >> > > >> > > >> > > jquery-ui#1.11.4 bower_components/jquery-ui >> > > >> > > └── jquery#2.0.3 >> > > >> > > >> > > require-css#0.1.8 bower_components/require-css >> > > >> > > >> > > mousetrap#1.5.2 bower_components/mousetrap >> > > >> > > >> > > showdown#0.3.4 bower_components/showdown >> > > >> > > >> > > bootstrap2.3.2#2.3.2 bower_components/bootstrap2.3.2 >> > > >> > > └── jquery#2.0.3 >> > > >> > > >> > > blockui#2.65 bower_components/blockui >> > > >> > > └── jquery#2.0.3 >> > > >> > > >> > > jquery#2.0.3 bower_components/jquery >> > > >> > > >> > > codemirror#4.13.0 bower_components/codemirror >> > > >> > > npm install exec error: >> > > >> > > { [Error: Command failed: /bin/sh -c npm install >> > > >> > > npm WARN locking Error: EACCES, open >> > > >> > >> '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock' >> >> >> > >> > > >> > > npm WARN locking at Error (native) >> > > >> > > npm WARN locking >> > > >> > >> /Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock >> >> > >> > > failed { [Error: EACCES, open >> > > >> > >> '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock'] >> >> >> > >> > > >> > > npm WARN locking errno: -13, >> > > >> > > npm WARN locking code: 'EACCES', >> > > >> > > npm WARN locking path: >> > > >> > >> '/Users/richardeng/.npm/_locks/grunt-contrib-requirejs-38a39c12cfe7332d.lock' >> >> >> > >> > > } >> > > >> > > npm ERR! Darwin 14.3.0 >> > > >> > > npm ERR! argv "node" "/usr/local/bin/npm" "install" >> > > >> > > npm ERR! node v0.12.3 >> > > >> > > npm ERR! npm v2.9.1 >> > > >> > > >> > > npm ERR! Attempt to unlock >> > > >> > /Users/richardeng/amber-eric/node_modules/grunt-contrib-requirejs, >> > which >> > > hasn't been locked >> > > >> > > npm ERR! >> > > >> > > npm ERR! If you need help, you may report this error at: >> > > >> > > npm ERR! <https://github.com/npm/npm/issues >> > <https://github.com/npm/npm/issues>> >> > > >> > > npm WARN locking Error: EACCES, open >> > > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock' >> > > >> > > npm WARN locking at Error (native) >> > > >> > > npm WARN locking >> > > /Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock >> > failed { >> > > [Error: EACCES, open >> > > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock'] >> > >> > > >> > > npm WARN locking errno: -13, >> > > >> > > npm WARN locking code: 'EACCES', >> > > >> > > npm WARN locking path: >> > > '/Users/richardeng/.npm/_locks/requirejs-3b48fc1082eb4ee6.lock' } >> > >> > > >> > > npm ERR! Darwin 14.3.0 >> > > >> > > npm ERR! argv "node" "/usr/local/bin/npm" "install" >> > > >> > > npm ERR! node v0.12.3 >> > > >> > > npm ERR! npm v2.9.1 >> > > >> > > >> > > npm ERR! Attempt to unlock >> > > /Users/richardeng/amber-eric/node_modules/requirejs, which hasn't >> > >> > been >> > > locked >> > > >> > > npm ERR! >> > > >> > > npm ERR! If you need help, you may report this error at: >> > > >> > > npm ERR! <https://github.com/npm/npm/issues >> > <https://github.com/npm/npm/issues>> >> > > >> > > npm WARN locking Error: EACCES, open >> > > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock' >> > > >> > > npm WARN locking at Error (native) >> > > >> > > npm WARN locking >> > > /Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock >> > failed { >> > > [Error: EACCES, open >> > > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock'] >> > >> > > >> > > npm WARN locking errno: -13, >> > > >> > > npm WARN locking code: 'EACCES', >> > > >> > > npm WARN locking path: >> > > '/Users/richardeng/.npm/_locks/amber-dev-61951ce66a64c1a7.lock' } >> > >> > > >> > > npm ERR! Darwin 14.3.0 >> > > >> > > npm ERR! argv "node" "/usr/local/bin/npm" "install" >> > > >> > > npm ERR! node v0.12.3 >> > > >> > > npm ERR! npm v2.9.1 >> > > >> > > >> > > npm ERR! Attempt to unlock >> > > /Users/richardeng/amber-eric/node_modules/amber-dev, which hasn't >> > >> > been >> > > locked >> > > >> > > npm ERR! >> > > >> > > npm ERR! If you need help, you may report this error at: >> > > >> > > npm ERR! <https://github.com/npm/npm/issues >> > <https://github.com/npm/npm/issues>> >> > > >> > > npm WARN locking Error: EACCES, open >> > > >> '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock' >> > > >> > > npm WARN locking at Error (native) >> > > >> > > npm WARN locking >> > > /Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock >> > >> > failed >> > > { [Error: EACCES, open >> > > >> '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock'] >> > > >> > > npm WARN locking errno: -13, >> > > >> > > npm WARN locking code: 'EACCES', >> > > >> > > npm WARN locking path: >> > > >> > '/Users/richardeng/.npm/_locks/grunt-execute-50f558720bdf0fb6.lock' >> > >> } >> > > >> > > npm ERR! Darwin 14.3.0 >> > > >> > > npm ERR! argv "node" "/usr/local/bin/npm" "install" >> > > >> > > npm ERR! node v0.12.3 >> > > >> > > npm ERR! npm v2.9.1 >> > > >> > > >> > > npm ERR! Attempt to unlock >> > > /Users/richardeng/amber-eric/node_modules/grunt-execute, which >> > hasn't >> > > been locked >> > > >> > > npm ERR! >> > > >> > > npm ERR! If you need help, you may report this error at: >> > > >> > > npm ERR! <https://github.com/npm/npm/issues >> > <https://github.com/npm/npm/issues>> >> > > >> > > npm WARN locking Error: EACCES, open >> > > >> > >> '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock' >> >> > >> > > >> > > npm WARN locking at Error (native) >> > > >> > > npm WARN locking >> > > >> > >> /Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock >> > > failed { [Error: EACCES, open >> > > >> > >> '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock'] >> >> > >> > > >> > > npm WARN locking errno: -13, >> > > >> > > npm WARN locking code: 'EACCES', >> > > >> > > npm WARN locking path: >> > > >> > >> '/Users/richardeng/.npm/_locks/grunt-contrib-clean-e16908442315f30f.lock' >> >> > } >> > > >> > > npm ERR! Darwin 14.3.0 >> > > >> > > npm ERR! argv "node" "/usr/local/bin/npm" "install" >> > > >> > > npm ERR! node v0.12.3 >> > > >> > > npm ERR! npm v2.9.1 >> > > >> > > >> > > npm ERR! Attempt to unlock >> > > /Users/richardeng/amber-eric/node_modules/grunt-contrib-clean, >> which >> > > hasn't been locked >> > > >> > > npm ERR! >> > > >> > > npm ERR! If you need help, you may report this error at: >> > > >> > > npm ERR! <https://github.com/npm/npm/issues >> > <https://github.com/npm/npm/issues>> >> > > >> > > npm WARN locking Error: EACCES, open >> > > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock' >> > > >> > > npm WARN locking at Error (native) >> > > >> > > npm WARN locking >> > > /Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock failed >> > >> { >> > > [Error: EACCES, open >> > > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock'] >> > > >> > > npm WARN locking errno: -13, >> > > >> > > npm WARN locking code: 'EACCES', >> > > >> > > npm WARN locking path: >> > > '/Users/richardeng/.npm/_locks/grunt-60bba2e22c6651b0.lock' } >> > > >> > > npm ERR! Darwin 14.3.0 >> > > >> > > npm ERR! argv "node" "/usr/local/bin/npm" "install" >> > > >> > > npm ERR! node v0.12.3 >> > > >> > > npm ERR! npm v2.9.1 >> > > >> > > >> > > npm ERR! Attempt to unlock >> > > /Users/richardeng/amber-eric/node_modules/grunt, which hasn't >> > been locked >> > > >> > > npm ERR! >> > > >> > > npm ERR! If you need help, you may report this error at: >> > > >> > > npm ERR! <https://github.com/npm/npm/issues >> > <https://github.com/npm/npm/issues>> >> > > >> > > >> > > npm ERR! Please include the following file with any support >> request: >> > > >> > > npm ERR! /Users/richardeng/amber-eric/npm-debug.log >> > > >> > > ] >> > > >> > > killed: false, >> > > >> > > code: 1, >> > > >> > > signal: null, >> > > >> > > cmd: '/bin/sh -c npm install' } >> > > >> > > >> > > >> > > On Monday, 18 May 2015 13:49:52 UTC-4, Richard Eng wrote: >> > > >> > > JavaScript Console shows the following message: >> > > >> > > Failed to load resource: the server responded with a status of >> 404 >> > > (Not Found) http://localhost:4000/the.js >> > > >> > > >> > > On Monday, 18 May 2015 11:23:55 UTC-4, Herby wrote: >> > > >> > > >> > > >> > > Richard Eng wrote: >> > > > I'm running OS X/Chrome. >> > > > After I installed the latest Node.js, I used: npm -g install >> > > amber-cli >> > > > >> > > > When I type 'amber', I get: 0.15.0-pre (NodeJS 0.12.3) >> > > >> > > This version does not matter, it's a version of amber which >> > > compiled amber-cli itself. >> > > >> > > > When I type 'npm', I get: npm@2.9.1 >> > > > >> > > > If I use 'amber init' and then run the app in the browser, >> > > NOTHING >> > > > happens when I click on "Hello from TagBrush >> with:" or >> > > "Hello from >> > > > jQuery append". >> > > >> > > Strange. >> > > You should look at Console tab and / or Network tab in developer >> > >> > > tools in your browser to see what is actually the problem >> > > (something missing, probably). >> > > >> > > > >> > > > >> > > > On Monday, 18 May 2015 05:13:01 UTC-4, MKroehnert wrote: >> > > > >> > > > Hi, >> > > > >> > > > if you install Amber via npm you should get the latest 'stable' >> > >> > > > version. >> > > > Getting 0.15.0-pre should only be possible if you clone the >> > > Amber >> > > > repo via Git. >> > > > >> > > > But to help diagnose the problem there is a lot of information >> > >> > > > missing from your side. >> > > >> > > > >> > > > What OS/Browser are you using? >> > > > How did you update Amber? >> > > > What version is Amber-Cli? >> > > > What appears to be broken? >> > > > How does this issue manifest (application does not work is not >> > >> a >> > > > very enlightening description)? >> > > > >> > > > Thanks, >> > > > Manfred >> > > > >> > > > -- >> > > > You received this message because you are subscribed to the >> > > > Groups "amber-lang" group. >> > > > To unsubscribe from this group and stop receiving emails from >> > > it, send >> > > > an email to [hidden email] >> > > > <mailto:[hidden email] <javascript:> >> <javascript:>>. >> > > > For more options, visit https://groups.google.com/d/optout >> > <https://groups.google.com/d/optout> >> > > <https://groups.google.com/d/optout >> > <https://groups.google.com/d/optout>>. >> > > >> > > -- >> > > You received this message because you are subscribed to the >> > > Groups "amber-lang" group. >> > > To unsubscribe from this group and stop receiving emails from it, >> > >> > send >> > > an email to [hidden email] <javascript:> >> > > <mailto:[hidden email] <javascript:> >> <javascript:>>. >> > > For more options, visit https://groups.google.com/d/optout >> > <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] <javascript:> >> > <mailto:[hidden email] <javascript:>>. >> > 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. > -- 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. |
In reply to this post by horrido
Dear Richard, you are facing the issue that the directory /Users/richardeng/.npm/ contains subdirectories which are not owned by your current user. You can check this with ls -l /Users/richardeng/.npm/ and most likely you will find some directories owned by root instead of richardeng. The cause for this is that earlier on you most probably installed some packages globally with sudo npm install -g which runs npm as root user. In this case you will not face issues immediately but only after a while when npm (run as regular user) tries to update package dependencies that have previously been installed with sudo npm. One way around this is to change the owner of everything inside /Users/richardeng/.npm/ to richardeng and the usergroup. But as it was already mentioned, it would be much better to delete the /Users/richardeng/.npm/ directory completely and follow the advice from the Amber getting started guide (the one which does not require using sudo npm). Best, Manfred On Mon, May 18, 2015 at 7:59 PM, Richard Eng <[hidden email]> wrote:
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. |
LXLE didn't pan out; it's a rather unreliable distro. So I created a new Linux Mint VM (pristine install)...
-- First, I had to install curl: sudo apt-get install curl Then, following the instructions here: curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash - sudo apt-get install -y nodejs I got Node 0.12.3. Then I installed Git: sudo apt-get install git Now to install Amber... npm config set prefix=~/npm export PATH="$PATH:$HOME/npm/bin" npm install -g amber-cli bower grunt-cli Now, 'amber init' does what it's supposed to do and the welcome app works! Whew! So you're right. It's all about ownership. Now, to try it in my OS X machine... On Monday, 18 May 2015 18:04:53 UTC-4, MKroehnert wrote:
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. |
Hooray! It works!
-- Too bad this procedure can't be simplified. A "one-step install" for Amber would be soooo attractive and compelling. Thanks. On Monday, 18 May 2015 19:09:59 UTC-4, Richard Eng wrote:
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 |