error 304 and not work app
See original GitHub issue$ npm start
angular2-quickstart@1.0.0 start C:\Users\hmuschett\Desktop\testnode\angular tsc && concurrently “npm run tsc:w” “npm run lite”
[0]
[0] > angular2-quickstart@1.0.0 tsc:w C:\Users\hmuschett\Desktop\testnode\angula r
[0] > tsc -w
[0]
[1]
[1] > angular2-quickstart@1.0.0 lite C:\Users\hmuschett\Desktop\testnode\angular
[1] > lite-server
[1]
[1] Did not detect a bs-config.json
or bs-config.js
override file. Using lit e-server defaults…
[1] * browser-sync config **
[1] { injectChanges: false,
[1] files: [ './/.{html,htm,css,js}’ ],
[1] watchOptions: { ignored: ‘node_modules’ },
[1] server: { baseDir: ‘./’, middleware: [ [Function], [Function] ] } }
[1] [BS] File changed: app\app.component.js
[1] [BS] File changed: app\main.js
[0] 10:04:39 - Compilation complete. Watching for file changes.
[1] [BS] Access URLs:
[1] ------------------------------------
[1] Local: http://localhost:3000
[1] External: http://10.63.1.197:3000
[1] ------------------------------------
[1] UI: http://localhost:3001
[1] UI External: http://10.63.1.197:3001
[1] ------------------------------------
[1] [BS] Serving files from: ./
[1] [BS] Watching files…
[1] 16.07.22 10:04:41 304 GET /index.html
[1] 16.07.22 10:04:42 304 GET /styles.css
[1] 16.07.22 10:04:42 304 GET /node_modules/core-js/client/shim.min.js
[1] 16.07.22 10:04:42 304 GET /node_modules/zone.js/dist/zone.js
[1] 16.07.22 10:04:42 304 GET /node_modules/reflect-metadata/Reflect.js
[1] 16.07.22 10:04:42 304 GET /node_modules/systemjs/dist/system.src.js
[1] 16.07.22 10:04:42 304 GET /systemjs.config.js
[1] 16.07.22 10:04:42 200 GET /app/main.js
[1] 16.07.22 10:04:42 304 GET /node_modules/@angular/platform-browser-dynamic//b undles/platform-browser-dynamic.umd.js
[1] 16.07.22 10:04:42 200 GET /app/app.component.js
[1] 16.07.22 10:04:43 304 GET /node_modules/@angular/core//bundles/core.umd.js
[1] 16.07.22 10:04:43 304 GET /node_modules/@angular/common//bundles/common.umd. js
[1] 16.07.22 10:04:43 304 GET /node_modules/@angular/compiler//bundles/compiler. umd.js
[1] 16.07.22 10:04:43 304 GET /node_modules/@angular/platform-browser//bundles/p latform-browser.umd.js
[1] 16.07.22 10:04:43 304 GET /node_modules/rxjs/Subject.js
[1] 16.07.22 10:04:43 304 GET /node_modules/rxjs/observable/PromiseObservable.js
[1] 16.07.22 10:04:43 304 GET /node_modules/rxjs/operator/toPromise.js
[1] 16.07.22 10:04:43 304 GET /node_modules/rxjs/Observable.js
[1] 16.07.22 10:04:43 304 GET /node_modules/rxjs/Subscriber.js
[1] 16.07.22 10:04:43 304 GET /node_modules/rxjs/Subscription.js
[1] 16.07.22 10:04:43 304 GET /node_modules/rxjs/SubjectSubscription.js
[1] 16.07.22 10:04:43 304 GET /node_modules/rxjs/symbol/rxSubscriber.js
[1] 16.07.22 10:04:43 304 GET /node_modules/rxjs/util/throwError.js
[1] 16.07.22 10:04:43 304 GET /node_modules/rxjs/util/ObjectUnsubscribedError.js
[1] 16.07.22 10:04:43 304 GET /node_modules/rxjs/util/root.js
[1] 16.07.22 10:04:43 304 GET /node_modules/rxjs/symbol/observable.js
[1] 16.07.22 10:04:43 304 GET /node_modules/rxjs/util/toSubscriber.js
[1] 16.07.22 10:04:44 304 GET /node_modules/rxjs/util/isFunction.js
[1] 16.07.22 10:04:44 304 GET /node_modules/rxjs/Observer.js
[1] 16.07.22 10:04:44 304 GET /node_modules/rxjs/util/isArray.js
[1] 16.07.22 10:04:44 304 GET /node_modules/rxjs/util/isObject.js
[1] 16.07.22 10:04:44 304 GET /node_modules/rxjs/util/tryCatch.js
[1] 16.07.22 10:04:44 304 GET /node_modules/rxjs/util/errorObject.js
[1] 16.07.22 10:04:44 304 GET /node_modules/rxjs/util/UnsubscriptionError.js
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top GitHub Comments
i have met the same problem. this is the quickstart toturial in angular2 offical website of this: https://angular.io/docs/js/latest/quickstart.html
when i finish the code and npm start the website we can see is just ‘Loading’
its not an error, but if you like to see 200. in chrome make sure you are in the inspect mode or whatever, and then left click the refresh button and then simply do a “empty cash and hard reload”. and then all of your feelings of failure will go away and your life will be better.