Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: File ./build/index.html not found #18

Open
Doncode opened this issue Jul 12, 2020 · 0 comments
Open

Error: File ./build/index.html not found #18

Doncode opened this issue Jul 12, 2020 · 0 comments

Comments

@Doncode
Copy link

Doncode commented Jul 12, 2020

При выполнении команды

vk-miniapps-deploy

Столкнулся с ошибкой Error: File ./build/index.html not found

  1. Решение
react-scripts build
vk-miniapps-deploy

  1. Решение. Альтернативный вариант
    Убедиться что в package.json есть следующие параметры
  "homepage": "./",
  "scripts": {
    "start": "cross-env PORT=10888 HTTPS=true react-scripts start",
    "build": "react-scripts build",
    "predeploy": "npm run build",
    "deploy": "vk-miniapps-deploy"
  }

Запустить

npm run deploy

Думаю стоит добавить это в документацию или readme.

Doncode added a commit to Doncode/vk-miniapps-deploy that referenced this issue Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants