microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
MIT License
4.25k stars 829 forks source link

Azure WebApp deployment fail #918

Open blazer143 opened 4 years ago

blazer143 commented 4 years ago

Hi, I'm trying to deploy VoTT to azure WebApp. But it keeps failing with the following error message.

2019-10-25T15:29:52.180927766Z > vott@2.1.0 start /home/site/wwwroot 2019-10-25T15:29:52.180934966Z > nf start -p 3000 2019-10-25T15:29:52.180940066Z 2019-10-25T15:29:52.230974334Z sh: 1: nf: not found 2019-10-25T15:29:52.250226368Z npm ERR! file sh 2019-10-25T15:29:52.251316387Z npm ERR! code ELIFECYCLE 2019-10-25T15:29:52.261804669Z npm ERR! errno ENOENT 2019-10-25T15:29:52.261871570Z npm ERR! syscall spawn 2019-10-25T15:29:52.261955072Z npm ERR! vott@2.1.0 start: nf start -p 3000 2019-10-25T15:29:52.277662744Z npm ERR! spawn ENOENT 2019-10-25T15:29:52.277719645Z npm ERR! 2019-10-25T15:29:52.277733346Z npm ERR! Failed at the vott@2.1.0 start script. 2019-10-25T15:29:52.277743446Z npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 2019-10-25T15:29:52.366913393Z 2019-10-25T15:29:52.367999212Z npm ERR! A complete log of this run can be found in: 2019-10-25T15:29:52.368738925Z npm ERR! /root/.npm/_logs/2019-10-25T15_29_52_280Z-debug.log

Is there any user guide on how to deploy VoTT on Azure? Is hosting it as a WebApp is the best way to go ?

Thanks!

pkg01 commented 4 years ago

What is nf? I am getting same error when trying to do npm start on local.

nf start -p 3000

'nf' is not recognized as an internal or external command, operable program or batch file.

zaheeruddinfaiz commented 4 years ago

I am getting the same error in

npm start

script. I can not start the project locally.