Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: yarn not found #5

Open
lakano opened this issue Jan 2, 2018 · 1 comment
Open

error: yarn not found #5

lakano opened this issue Jan 2, 2018 · 1 comment

Comments

@lakano
Copy link

lakano commented Jan 2, 2018

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants