The installer is broken
jopsa opened this issue · 8 comments
Hi,
I cloned this repository and installed all dependencies but when go to url the installer is broken (white page) We need install another dependencies? Thank you
Please check - install composer dependencies first.
Please check - install composer dependencies first.
Of course i did it, first 'install composer' and after 'npm install'
Сan you show console errors?
I think that is windows problem, cuz i replaced "./node_modules/.bin/gulp" to "node_modules/.bin/gulp" and the console say some like this .. translated: '"node_modules" is not recognized as an internal or external command'
If you can't start, install gulp globally.
If you can't start, install gulp globally.
Yes, my gulp was installed globally... Btw its work now the page installer. I replaced "install": "./node_modules/.bin/webpack --progress --hide-modules -p && ./node_modules/.bin/gulp",
to "install": "./node_modules/.bin/webpack --progress --hide-modules -p",
and add new line "gulp": "./node_modules/.bin/gulp",
so i exec npm install
and after npm run gulp
and is all... thanks