EDSC - Web Application

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
stiven67
Posts: 7
Joined: Thu Nov 30, 2023 2:10 pm America/New_York
Answers: 0

EDSC - Web Application

by stiven67 » Tue Dec 26, 2023 2:36 pm America/New_York

I am trying to install the edsc application locally from the repository https://github.com/nasa/earthdata-search as I understand the serverless installation requires some AWS services which I do not have; As I understand it, you can perform the serverless-offline installation to imitate AWS services. I already migrates the PostgreSQL database but when I execute the "npm run offline" command and enter the server "http://localhost:3001" I get the following error. Is any step missing?, I´ll also attach the error with server http://localhost:3002
On the other hand, if I don't have real AWS services configured, should running the npm run start command do anything? I get the error:
C:\Users\yerso\OneDrive\Documents\earthdata-search-main>npm run start
> earthdata-search@1.0.0 start C:\Users\yerso\OneDrive\Documents\earthdata-search-main
> NODE_ENV=development webpack-dev-server --open --config static.webpack.config.dev.js
"NODE_ENV" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! earthdata-search@1.0.0 start: `NODE_ENV=development webpack-dev-server --open --config static.webpack.config.dev.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the earthdata-search@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Thank you.
Attachments
localhost3002.png
localhost3002.png (20.84 KiB) Not viewed yet
localhost3001.png
localhost3001.png (51.94 KiB) Not viewed yet
CMD.ServerlessOffline.png
CMD.ServerlessOffline.png (98.33 KiB) Not viewed yet

Tags:

Post Reply