Last active
August 29, 2015 14:02
-
-
Save ronihcohen/da949e17a99367acfc7e to your computer and use it in GitHub Desktop.
Running "foreman" taskFatal error: spawn ENOENT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ grunt --gruntfile /home/roni/web/the-shelf/Gruntfile.js serve | |
| Running "clean:server" (clean) task | |
| Cleaning .tmp...OK | |
| Running "bowerInstall:app" (bowerInstall) task | |
| Running "concurrent:server" (concurrent) task | |
| Running "copy:styles" (copy) task | |
| Copied 5 files | |
| Done, without errors. | |
| Execution Time (2014-06-23 12:15:24 UTC) | |
| loading tasks 3ms ▇▇▇▇▇▇▇▇▇▇▇▇ 25% | |
| copy:styles 9ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 75% | |
| Total 12ms | |
| Running "autoprefixer:dist" (autoprefixer) task | |
| Prefixed file ".tmp/styles/billboard.css" created. | |
| Prefixed file ".tmp/styles/gallery.css" created. | |
| Prefixed file ".tmp/styles/lists.css" created. | |
| Prefixed file ".tmp/styles/main.css" created. | |
| Prefixed file ".tmp/styles/reset.css" created. | |
| Running "foreman" task | |
| Fatal error: spawn ENOENT | |
| Execution Time (2014-06-23 12:15:23 UTC) | |
| bowerInstall:app 27ms ▇ 2% | |
| concurrent:server 1.2s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92% | |
| autoprefixer:dist 49ms ▇▇ 4% | |
| Total 1.3s | |
| Process finished with exit code 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment