[GH-ISSUE #186] Website is showing only a plain white screen. #364

Closed
opened 2026-03-15 03:10:18 +03:00 by kerem · 1 comment
Owner

Originally created by @AnasQiblawi on GitHub (Sep 24, 2020).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/186

npm start

> peerflix-server@0.5.1 start C:\peerflix-server-master
> node ./server/bin.js

(node:11588) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
Listening on http://localhost:9000
previous state not found
GET /bower_components/bootstrap/dist/css/bootstrap.css 404 25.033 ms - 188
GET /bower_components/font-awesome/css/font-awesome.css 404 22.921 ms - 189
GET /bower_components/jquery/dist/jquery.js 404 23.281 ms - 177
GET /bower_components/angular/angular.js 404 23.668 ms - 174
GET /bower_components/angular-resource/angular-resource.js 404 25.164 ms - 192
GET /bower_components/angular-cookies/angular-cookies.js 404 7.116 ms - 190
GET /bower_components/angular-sanitize/angular-sanitize.js 404 5.604 ms - 192
GET /bower_components/angular-route/angular-route.js 404 5.760 ms - 186
GET /bower_components/bootstrap/dist/js/bootstrap.js 404 6.226 ms - 186
GET /bower_components/lodash/dist/lodash.compat.js 404 11.381 ms - 184
GET /bower_components/angular-socket-io/socket.js 404 7.363 ms - 183
GET /bower_components/ng-file-upload/angular-file-upload.js 404 7.964 ms - 193
GET /styles/main.css 200 48.572 ms - 1869
GET /bower_components/push.js/push.js 404 13.390 ms - 171
GET /favicon.ico?new - - ms - -
Originally created by @AnasQiblawi on GitHub (Sep 24, 2020). Original GitHub issue: https://github.com/asapach/peerflix-server/issues/186 ```batch npm start > peerflix-server@0.5.1 start C:\peerflix-server-master > node ./server/bin.js (node:11588) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. Listening on http://localhost:9000 previous state not found GET /bower_components/bootstrap/dist/css/bootstrap.css 404 25.033 ms - 188 GET /bower_components/font-awesome/css/font-awesome.css 404 22.921 ms - 189 GET /bower_components/jquery/dist/jquery.js 404 23.281 ms - 177 GET /bower_components/angular/angular.js 404 23.668 ms - 174 GET /bower_components/angular-resource/angular-resource.js 404 25.164 ms - 192 GET /bower_components/angular-cookies/angular-cookies.js 404 7.116 ms - 190 GET /bower_components/angular-sanitize/angular-sanitize.js 404 5.604 ms - 192 GET /bower_components/angular-route/angular-route.js 404 5.760 ms - 186 GET /bower_components/bootstrap/dist/js/bootstrap.js 404 6.226 ms - 186 GET /bower_components/lodash/dist/lodash.compat.js 404 11.381 ms - 184 GET /bower_components/angular-socket-io/socket.js 404 7.363 ms - 183 GET /bower_components/ng-file-upload/angular-file-upload.js 404 7.964 ms - 193 GET /styles/main.css 200 48.572 ms - 1869 GET /bower_components/push.js/push.js 404 13.390 ms - 171 GET /favicon.ico?new - - ms - - ```
kerem closed this issue 2026-03-15 03:10:31 +03:00
Author
Owner

@AnasQiblawi commented on GitHub (Sep 24, 2020):

so this issue happened because i downloaded the peerflix-server-master and run it.
if i followed the usage in readme.md it would work just normally

npm install -g peerflix-server
peerflix-server
Open  http://localhost:9000/
<!-- gh-comment-id:698513851 --> @AnasQiblawi commented on GitHub (Sep 24, 2020): so this issue happened because i downloaded the peerflix-server-master and run it. if i followed the usage in readme.md it would work just normally npm install -g peerflix-server peerflix-server Open http://localhost:9000/
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/peerflix-server#364
No description provided.