I have downloaded the SMART on FHIR - Growth Chart APP from Git Hub repository (https://github.com/smart-on-fhir/growth-chart-app) and followed the instructions in GIT HUB. However, I am not able to run the app in my local and
Getting the following error.
Can you pls help me / suggest me to fix this issue and run the app in my local ?
Here is Log :
Microsoft Windows [Version 10.0.10586]
(c) 2015 Microsoft Corporation. All rights reserved.
C:\Users\212579350>node -version
node: bad option: -version
C:\Users\212579350>node --version
v7.7.1
C:\Users\212579350\Desktop\growth-chart-app-master>npm install
npm WARN growt...@0.1.0 No repository field.
npm WARN growt...@0.1.0 No license field.
C:\Users\212579350\Desktop\growth-chart-app-master>npm run serve
> growt...@0.1.0 serve C:\Users\212579350\Desktop\growth-chart-app-master
> ./node_modules/http-server/bin/http-server -p 8000 -c-1 .
'.' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "serve"
npm ERR! node v7.7.1
npm ERR! npm v4.1.2
npm ERR! code ELIFECYCLE
npm ERR! growt...@0.1.0 serve: `./node_modules/http-server/bin/http-server -p 8000 -c-1 .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the growt...@0.1.0 serve script './node_modules/http-server/bin/http-server -p 8000 -c-1 .'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the growthchart package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! ./node_modules/http-server/bin/http-server -p 8000 -c-1 .
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs growthchart
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls growthchart
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\212579350\Desktop\growth-chart-app-master\npm-debug.log
--
You received this message because you are subscribed to the Google Groups "SMART on FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smart-on-fhi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "SMART on FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smart-on-fhir+unsubscribe@googlegroups.com.