I'm still pretty new with node, so not sure if this was a problem that only I had, or if this step is missing from the Running The App tutorial...I needed to do an npm install in the directory to install the app dependencies before I could run with gulp watch.
Hi,
I'm still pretty new with node, so not sure if this was a problem that only I had, or if this step is missing from the Running The App tutorial...I needed to do an
npm install
in the directory to install the app dependencies before I could run with gulp watch.