nanobox-quickstarts / nanobox-adonis

Quickstart for Adonis with Nanobox
Mozilla Public License 2.0
9 stars 4 forks source link

/bin/sh: 1: nodemon: not found #5

Open molinto opened 6 years ago

molinto commented 6 years ago

Whilst running the required command: nanobox run yarn run dev

laptop@laptop:~/Development/Projects/nanobox-adonis⟫ nanobox run yarn run dev
Preparing environment :

Building runtime :
  ✓ Starting docker container
  ✓ Preparing environment for build
  ✓ Gathering requirements
  ✓ Mounting cache_dirs
  ✓ Installing binaries and runtimes
  ✓ Packaging build

Preparing environment :

nanobox-adonis (local) :
  ✓ Restoring App

Preparing environment :

Building dev environment :
  ✓ Starting docker container
  ✓ Configuring

      **
   *********
***************   Your command will run in an isolated Linux container
:: ********* ::   Code changes in either the container or desktop are mirrored
" ::: *** ::: "   ------------------------------------------------------------
  ""  :::  ""     If you run a server, access it at >> 172.20.0.8
    "" " ""
       "

RUNNING > yarn run dev
----------------------
yarn run v1.1.0
$ nodemon --watch app --watch bootstrap --watch config --watch .env -x node server.js
/bin/sh: 1: nodemon: not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
1 laptop@laptop:~/Development/Projects/nanobox-adonis⟫ 
molinto commented 6 years ago

Nodemon in dev deps: https://github.com/nanobox-quickstarts/nanobox-adonis/blob/master/package.json#L36