nanobox-quickstarts / nanobox-ghost

Quickstart for Ghost with Nanobox
7 stars 3 forks source link

error: yarn not found #5

Open lakano opened 6 years ago

lakano commented 6 years ago

Hi !

I have an error when I follow your README.md

$ git clone https://github.com/nanobox-quickstarts/nanobox-ghost.git
$ cd nanobox-ghost
$ nanobox dns add local blog.local
$ nanobox run yarn start

And after a successful build, I have this error:


RUNNING > yarn start
--------------------
/bin/bash: line 0: exec: yarn: not found

Any idea? Regards,

vladimirkonrad commented 6 years ago

You can edit boxfile.yml without engine.config, in current node ver (6.11.4) yarn will be found ;-)

run.config: engine: nodejs engine.config: runtime: nodejs-6.9 to run.config: engine: nodejs