stormpath / stormpath-express-react-example

Fullstack example application, using React, Express.js, and Stormpath
Apache License 2.0
106 stars 43 forks source link

newbie #35

Open brw31415 opened 7 years ago

brw31415 commented 7 years ago

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

stormpath-express-react-example@1.0.0 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! stormpath-express-react-example@1.0.0 start: node server.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the stormpath-express-react-example@1.0.0 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