Closed darkshade9 closed 10 years ago
Is there any error in the developer console screen of the browser ?
No errors. Here is what the page looks like:
hi, I got same problem when running on my local machine, and I noticed that all included files has this kind of notice mag: Don't support HTTP Content-Type for「application/json」。http://localhost:1337/sounds/notify.ogg load fail。
is this means some kind of setting isn't set correctly?
ckentq and darkshade9, please post a link to your repo and I'll take a look. Also, delete your .tmp directory and then start using 'sails lift'.
Hi,
I just found out, that missing some bundles, so after : npm install -m,
it works, thanks.
npm install -m also seems to have solved my problem. I don't know which packages I was missing, I had installed all of the ones in package.json
Hi, just finished watching the videos and I'm impressed. I cloned this project to my local machine and installed the necessary additions via npm, sails lift and I am able to load it in my browser, but there's no styling at all, just bare HTML. I checked and double checked that bootstrap.css is loaded in the browser and within the app, and it seems to reference the file just fine, but displaying the page shows no styling at all. Any help?