Skip to content

Instantly share code, notes, and snippets.

@tiborvass
Created April 12, 2015 17:45
Show Gist options
  • Save tiborvass/17b4d1185383675d9290 to your computer and use it in GitHub Desktop.
Save tiborvass/17b4d1185383675d9290 to your computer and use it in GitHub Desktop.
> [email protected] start /usr/src/app
> node app.js
error: Trying to use unknown adapter, "sails-postgresql", in model `certifications`.
error: Are you sure that adapter is installed in this Sails app?
error: If you wrote a custom adapter with identity="sails-postgresql", it should be in this app's adapters directory.
error: Otherwise, 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