Object
?
- Nov 10, 2017
- 449
- 372
- Thread starter
- #281
The "Clone nitro" part makes youHow do I switch to " nitro dev branch" any help is appreciated been stuck here 4 days
use dev branch , you can just follow that

The "Clone nitro" part makes youHow do I switch to " nitro dev branch" any help is appreciated been stuck here 4 days
Getting the following error when trying to do the yarn stuff.
You must be registered for see images attach
you didnt checkout develop, but dev, which doesnt exists - hence the continued issue. I had put it wrongly, try "git checkout develop" and then yarn install etc.@Object
Still having the issue im not sure, but it seems like the dev part isn't really working either.
I did copy and paste the whole command.
You must be registered for see images attach
you didnt checkout develop, but dev, which doesnt exists - hence the continued issu. I had put it wronly, try git checkout develop and then yarn ibstall etc.
once you compile, you will receive a dist folder withing the nitro-react folderFollowed the steps, i did manage to get further this time since i started all over.
I still get a white client tho, also i don't seem to get a dist folder?
I'd assume its the public folder within nitro-react? if so then i did set the path correctly in the .env
Would love to hear from you.
once you compile, you will receive a dist folder withing the nitro-react folder
That is if you use the develop branch if you use the "main" branch it'd be named "build" once compiled
I installed the Dev one, i got the dist folder aswell right now.yea u used main. to use dev, write git checkout develop
Inside the index.html that you can find inside the dist folder. try to add a . (dot) infront if any asset it loads in the head tag (just like you did with the configs).Followed the steps, i did manage to get further this time since i started all over.
I still get a white client tho, also i don't seem to get a dist folder?
I'd assume its the public folder within nitro-react? if so then i did set the path correctly in the .env
Would love to hear from you.
Inside the index.html that you can find inside the dist folder. try to add a . (dot) infront if any asset it loads in the head tag (just like you did with the configs).
Please let me know if it solves the issue, so i can update the guide, once im back from my holidays![]()
send.me a screenshot of ur index.html from the dist folderThis did do something, its just that theres text above a black screen client. It does how in the emu that im connecting.
Also sorry to bother you with this on your holiday ^^ Hope you enjoy.
You must be registered for see images attach
so far that works not sure why first one didn't might be handy to add to your tutorial incase the first one not workingtry this
Code:yarn install --network-timeout=30000 && yarn build:prod
Ubuntu is generally a command line server, you will need something such as Apache on Linux rather than IISI want to install it on my server.
VPS server type 'Ubuntu' system is useful for the purpose?
Is the installation the same steps as the Windows system or are there differences?
Make sure you use the dev branch i had the same issue. You are using the main currently.So after going over it 25 times I think I got there however this bit where I meant to have a dist folder is not there
yet cmd said it done
I use Hostinger hosting that only has these OS (CentOS, Ubuntu, Debian).Ubuntu is generally a command line server, you will need something such as Apache on Linux rather than IIS