Skip to content

reddy1praveen/test_probate_frontend_windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Probate nodejs app

This branch is created to do test in windows.

#for production Follow the below steps. There are two differnt frontend zip. one moj-probate-frontend which was working in Pass azure. anothe one probate-frontend which is giving troble. Instruction to test iss same The tar files already contains NODE_MODULES so don't run commands yarn install and yarn setup

in Azure PAAS we don't start app using yarn start command.

We simple need to set the path.

Unix commands

Go to probate fronend dir and set path node path.

export NODE_PATH=.  

and to start app

node server.js

Windows commands

set NODE_PATH . (in windows this did not work)
so updated the enviroinment varaible usind Advanced System setting. (Control Panel\All Control Panel Items\System)
Upated value looks like this ".;C:\Users\User\AppData\Roaming\npm\node_modules".

and to start app

node server.js

Guides

Other documentation

Community

About

for testing only

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published