Abdel Raoof

Results 3 comments of Abdel Raoof

Hi, I am in the process of creating an application template using CLI and some of the libraries. For a simple example have a look at my new template repository....

@mhanberg thanks for your input.. I did following: `docker-compose run jekyll /bin/bash` and ran `node --version` Looks like I have nodejs .. ![image](https://user-images.githubusercontent.com/570905/120882954-aa4b9a80-c5eb-11eb-932d-fca371d9a0ad.png)

@Atem18 I cloned your repo https://github.com/Atem18/atemlire.git and tried to run .. and ended up with the same error: ![image](https://user-images.githubusercontent.com/570905/126857883-4279051e-4bfc-47ed-9bac-e3be972d2222.png) all I did was run this command: `docker run --name=atemlire-dev --volume="C:/Users/Lenovo/source/atemlire/app:/srv/jekyll"...