Добрый день, почему при попытке deploy информационного сайта react-app с github репозитория, deploy успешно pablished, но отображается пустая страница. Вот ссылка на мой репозиторий GitHub - farfalina1908/car-rental-app: Discover convenient car rentals with our application! Enjoy easy booking and a wide selection of cars. Your next adventure begins here! и ссылка на сайт который не отображается https://rentalcargoit.netlify.app/
Remove the following line from the package.json
"homepage": "https://farfalina1908.github.io/car-rental-app/",
As noted in the Create React App Deployment documentation this is required when deploying to GitHub as the site is deployed to a path /car-rental-app/
but when deployed to Netlify it is deployed to the domain root.
Добрый день, к сожалению это не помогло, как только удаляю строку “homepage”: “Rental cars”, появляется ошибка в терминале VSCode:
1 ERROR in child compilations (Use ‘stats.children: true’ resp. ‘–stats-children’ for more details)
webpack compiled with 6 errors.
А в Deploy log на Netlify на стадии Initializing - failed c такими ошибками:
12:09:07 PM: npm ERR! code EJSONPARSE
12:09:07 PM: npm ERR! path /opt/build/repo/package.json
12:09:07 PM: npm ERR! JSON.parse Unexpected token “/” (0x2F) in JSON at position 82 while parsing near “… "private": true,\n // "homepage": "http…”
12:09:07 PM: npm ERR! JSON.parse Failed to parse JSON data.
12:09:07 PM: npm ERR! JSON.parse Note: package.json must be actual JSON, not just JavaScript.
12:09:07 PM: npm ERR! A complete log of this run can be found in: /opt/buildhome/.npm/_logs/2024-02-27T10_09_07_195Z-debug-0.log
12:09:07 PM: Error during npm install
12:09:07 PM: Failing build: Failed to install dependencies
Помогите пожалуйста разобраться.
Большое спасибо, все заработало!