newbie
seemed to install properly
changed this in server.js var port = process.env.PORT || 8080;
this is stormpath.yml
client: apiKey: id: DKxpwkHpQoXl2vN9mcqpO secrect: XXXXXXXXXXX application: href: https://api.stormpath.com/v1/applications/E06fHmKKom1hZd1gsr13y
then i run
npm start
[email protected] start /home/ubuntu/workspace/stormpath-express-react-example node server.js
✔ Starting Dev Sever on port 8080 ✖ Initializing Stormpath
npm start
npm ERR! Linux 4.8.8-c9
npm ERR! argv "/home/ubuntu/.nvm/versions/node/v4.7.3/bin/node" "/home/ubuntu/.nvm/versions/node/v4.7.3/bin/npm" "start"
npm ERR! node v4.7.3
npm ERR! npm v2.15.11
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: node server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'node server.js'.
npm ERR! This is most likely a problem with the stormpath-express-react-example package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node server.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs stormpath-express-react-example
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls stormpath-express-react-example
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request: npm ERR! /home/ubuntu/workspace/stormpath-express-react-example/npm-debug.log