This file contains 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
Camerons-MacBook-Pro:habitrpg cameron$ mongo | |
MongoDB shell version v3.4.0 | |
connecting to: mongodb://127.0.0.1:27017 | |
2017-01-09T14:20:12.177-0500 W NETWORK [main] Failed to connect to 127.0.0.1:27017, reason: Connection refused | |
2017-01-09T14:20:12.178-0500 E QUERY [main] Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed : | |
connect@src/mongo/shell/mongo.js:234:13 | |
@(connect):1:6 | |
exception: connect failed | |
Camerons-MacBook-Pro:habitrpg cameron$ mongo --version | |
MongoDB shell version v3.4.0 |
This file contains 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
Camerons-MacBook-Pro:habitrpg cameron$ npm start | |
> [email protected] start /Users/cameron/Desktop/Home/Programming/Github/habitrpg | |
> gulp run:dev | |
module.js:471 | |
throw err; | |
^ | |
Error: Cannot find module 'babel-register' |
This file contains 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
#this debug log show my first run of 'npm start' | |
#followed by a run of 'npm install gulp' (recommended in first set of errors) | |
#followed by a run of 'npm start' which now produces different errors. | |
Camerons-MacBook-Pro:habitrpg cameron$ npm start | |
> [email protected] start /Users/cameron/Desktop/Home/Programming/Github/habitrpg | |
> gulp run:dev | |
[18:56:18] Local gulp not found in ~/Desktop/Home/Programming/Github/habitrpg |
This file contains 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
Camerons-MacBook-Pro:~ cameron$ npm start | |
npm ERR! Darwin 16.0.0 | |
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start" | |
npm ERR! node v6.9.2 | |
npm ERR! npm v4.0.5 | |
npm ERR! path /Users/cameron/package.json | |
npm ERR! code ENOENT | |
npm ERR! errno -2 | |
npm ERR! syscall open |