pharo-users@lists.pharo.org

Any question about pharo is welcome

View all threads

Amber Smalltalk

GB
G B
Fri, Dec 4, 2020 1:25 PM

I realize Amber isn't a Pharo related question, but there doesn't appear to be much activity in their Rocket chat or on google groups.  
The instructions on the site say to install doing:npm install -g grunt-cli grunt-init @ambers/cli
And when you run:amber init
It fails:fatal: repository 'https://lolg.it/amber/amber-contrib-jquery.git/' not found
It appears they moved it to contrib-jquery from amber-contrib-jquery.  Does anyone know where this would be changed to get "amber init" to work?

I realize Amber isn't a Pharo related question, but there doesn't appear to be much activity in their Rocket chat or on google groups.   The instructions on the site say to install doing:npm install -g grunt-cli grunt-init @ambers/cli And when you run:amber init It fails:fatal: repository 'https://lolg.it/amber/amber-contrib-jquery.git/' not found It appears they moved it to contrib-jquery from amber-contrib-jquery.  Does anyone know where this would be changed to get "amber init" to work?
GP
g_patrickb@yahoo.com
Fri, Dec 4, 2020 1:27 PM

Sending an email really messes up formatting.

I realize Amber isn't a Pharo related question, but there doesn't appear to be much activity in their Rocket chat or on google groups.  

The instructions on the site say to install doing:

npm install -g grunt-cli grunt-init @ambers/cli

And when you run:

amber init

It fails:

fatal: repository 'https://lolg.it/amber/amber-contrib-jquery.git/' not found

It appears they moved it to contrib-jquery from amber-contrib-jquery.  Does anyone know where this would be changed to get "amber init" to work?


Sending an email really messes up formatting. I realize Amber isn't a Pharo related question, but there doesn't appear to be much activity in their Rocket chat or on google groups.   The instructions on the site say to install doing: npm install -g grunt-cli grunt-init @ambers/cli And when you run: amber init It fails: fatal: repository 'https://lolg.it/amber/amber-contrib-jquery.git/' not found It appears they moved it to contrib-jquery from amber-contrib-jquery.  Does anyone know where this would be changed to get "amber init" to work? ---
GP
g_patrickb@yahoo.com
Fri, Dec 4, 2020 4:42 PM

There was a reply from an Amber Smalltalk developer on Rocket chat and I uninstalled npm and cleaned up the previous grunt and amber installs, then removed node_modules and ran the command he gave me which was successful.  The command to install is:  npm install -g grunt-cli grunt-init @ambers/cli@latest

There was a reply from an Amber Smalltalk developer on Rocket chat and I uninstalled npm and cleaned up the previous grunt and amber installs, then removed node_modules and ran the command he gave me which was successful. The command to install is: `npm install -g grunt-cli grunt-init @ambers/cli@latest`