Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save punamdahiya/37cce7e3c17d1703d836e293f2293471 to your computer and use it in GitHub Desktop.
Save punamdahiya/37cce7e3c17d1703d836e293f2293471 to your computer and use it in GitHub Desktop.
build error
$ ./bin/run-server
[nodemon] 1.17.4
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: /Users/pdahiya/src/mozilla/screenshots/server/**/* /Users/pdahiya/src/mozilla/screenshots/static/**/* /Users/pdahiya/src/mozilla/screenshots/shared/**/* Makefile
[nodemon] starting `bash ./bin/run-server --restart`
Firefox Screenshots server build started.
make: *** No rule to make target `server/src/pages/shot/editor', needed by `build/server/build-time.js'. Stop.
Firefox Screenshots server build FAILED
[nodemon] process failed, unhandled exit code (2)
[nodemon] Error
at Bus.utils.bus.on (/Users/pdahiya/src/mozilla/screenshots/node_modules/nodemon/lib/nodemon.js:148:25)
at emitOne (events.js:121:20)
at Bus.emit (events.js:211:7)
at ChildProcess.<anonymous> (/Users/pdahiya/src/mozilla/screenshots/node_modules/nodemon/lib/monitor/run.js:164:11)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment