Created
April 12, 2015 17:45
-
-
Save tiborvass/17b4d1185383675d9290 to your computer and use it in GitHub Desktop.
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
| > [email protected] start /usr/src/app | |
| > node app.js | |
| [31merror: [39mTrying to use unknown adapter, "sails-postgresql", in model `certifications`. | |
| [31merror: [39mAre you sure that adapter is installed in this Sails app? | |
| [31merror: [39mIf you wrote a custom adapter with identity="sails-postgresql", it should be in this app's adapters directory. | |
| [31merror: [39mOtherwise, if you're trying to use an adapter named `sails-postgresql`, please run `npm install [email protected]` | |
| npm ERR! Linux 3.18.5-tinycore64 | |
| npm ERR! argv "node" "/usr/local/bin/npm" "start" | |
| npm ERR! node v0.12.2 | |
| npm ERR! npm v2.7.3 | |
| npm ERR! code ELIFECYCLE | |
| npm ERR! [email protected] start: `node app.js` | |
| npm ERR! Exit status 1 | |
| npm ERR! | |
| npm ERR! Failed at the [email protected] start script 'node app.js'. | |
| npm ERR! This is most likely a problem with the synchroApi package, | |
| npm ERR! not with npm itself. | |
| npm ERR! Tell the author that this fails on your system: | |
| npm ERR! node app.js | |
| npm ERR! You can get their info via: | |
| npm ERR! npm owner ls synchroApi | |
| npm ERR! There is likely additional logging output above. | |
| npm ERR! Please include the following file with any support request: | |
| npm ERR! /usr/src/app/npm-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment