uatrend/pagekit

The installer is broken

jopsa opened this issue · 8 comments

jopsa commented

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.

jopsa commented

Please check - install composer dependencies first.

Of course i did it, first 'install composer' and after 'npm install'

Сan you show console errors?

jopsa commented

Сan you show console errors?

Of course, look 3 images, i reinstalled composer and npm and how u can see ...

pk1
pk2
pk3

Gulp script not started. Try exec in that dir - $ node_modules/.bin/gulp (without './')
Must be like...
zsh

jopsa commented

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.

jopsa commented

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