laravel-enso / enso

Laravel Vue SPA, Bulma themed. For demo login use `admin@laravel-enso.com` & `password` -
https://www.laravel-enso.com
MIT License
1.08k stars 277 forks source link

White Page #78

Closed chromium11 closed 6 years ago

chromium11 commented 6 years ago

hi sorry, for the i clone enso I have made the installation of enso in localhot. this installation was correct did not give any error.

I use laragon with mysql. I can see my other laravel projects correctly but I can not see my enso project.

the url is blank

the console gives css error I'm sorry I'm a newbie

console google:

GET http://localhost/css/enso.css net::ERR_ABORTED localhost/:15 GET http://localhost/js/enso.js net::ERR_ABORTED localhost/:7 GET http://localhost/themes/clean/bulma.min.css net::ERR_ABORTED localhost/:15 GET http://localhost/js/enso.js net::ERR_ABORTED localhost/:17 Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://localhost/enso/public/_debugbar/assets/stylesheets?v=1521889400". javascript?v=1521889400:1 Uncaught SyntaxError: Unexpected token < (index):17 Uncaught ReferenceError: jQuery is not defined at (index):17 (anonymous) @ (index):17 (index):20 Uncaught ReferenceError: PhpDebugBar is not defined at (index):20

aocneanu commented 6 years ago

did you run composer install ? try to run npm install, and after npm run dev and see if it works.

chromium11 commented 6 years ago

I did all the tutorial the problem is horizon, I work under windows

chromium11 commented 6 years ago

npm install dev npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for inotify@1.4.2: wanted {"os":"linux","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm ERR! notsup Valid OS: linux npm ERR! notsup Valid Arch: any npm ERR! notsup Actual OS: win32 npm ERR! notsup Actual Arch: x64

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\casa\AppData\Roaming\npm-cache_logs\2018-03-25T09_35_04_575Z-debug.log

aocneanu commented 6 years ago

what's npm install dev?

aocneanu commented 6 years ago

Closing due to inactivity.