nanobox-io / nanobox-guides

Guides for using languages and frameworks with Nanobox
https://guides.nanobox.io
MIT License
11 stars 19 forks source link

fix(adonis): cli step #58

Closed RomainLanz closed 7 years ago

RomainLanz commented 7 years ago

Adonis-CLI is called adonis-cli and with the new version we need to specify that we want to use npm to install deps.

danhunsaker commented 7 years ago

Is there an advantage to NPM over Yarn, in this case?

RomainLanz commented 7 years ago

No, but Yarn is not officially supported by Adonis so you are sure that you will have no error while using npm.