Euphoria-Check-PERMA-Meter-Express icon indicating copy to clipboard operation
Euphoria-Check-PERMA-Meter-Express copied to clipboard

[BUG] NPM start not working.

Open nepalivai opened this issue 1 year ago • 7 comments

Did as said in the readme.md file and this error occurred.

 PS C:\Users\ASUS\Documents\GitHub\Euphoria-Check-PERMA-Meter-Express> npm start

> [email protected] start
> nodemon app.js

[nodemon] 3.0.2
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[nodemon] watching extensions: js,mjs,cjs,json
[nodemon] starting `node app.js`
API key does not start with "SG.".
express-session deprecated req.secret; provide secret option app.js:24:9
Server Started Sucessfully
rs
[nodemon] starting `node app.js`
API key does not start with "SG.". 
image

For context, I have made a copy of the .env file as given in the sample.

nepalivai avatar Jan 08 '24 15:01 nepalivai