[Arches] bower not found

2018-02-04 Thread Dale Lloyd
I am having trouble creating a new project on a new installation of Arches. When running: arches*-*project create my_project On Ubuntu 16.04, I get the following error message: /bin/sh: 1: bower: not found I notice that the ubuntu_xenial_setup.sh

[Arches] Re: bower not found

2018-02-04 Thread Dennis Wuthrich
David, The latest for Arches has deprecated bower in favor of yarn. You'll need to get (latest versions of) Node & Yarn: https://nodejs.org/en/download/current/ https://yarnpkg.com/lang/en/docs/install/ then from the project root, you should just need to run: yarn install FYI, I also had to

Re: [Arches] Re: bower not found

2018-02-04 Thread Rob Gaston
Hi Dale, What Dennis said above (re: yarn) applies only if you are trying to run the latest from github. If you installed with pip (which it sounds like you did), then you will need to install NodeJS (https://nodejs.org/en/download/) and then from a command line run the following to install bo

Re: [Arches] Re: bower not found

2018-02-04 Thread Dale Lloyd
Hi Rob, Thank you for taking the time to answer. I think the point that I am making is that I used to be able to install Arches and create a project by running the ubuntu_xenial_setup.sh depencancy scr