我搜索了並沒有在stackovefflow上找到這個問題的答案。我是Angular 2中的新成員,我創建了一個演示應用程序,但是當我在做npm start
時,此消息顯示在終端/控制檯上。雖然它沒有造成任何傷害,但是我想刪除此錯誤,誰能告訴我它是什麼此錯誤消息的含義以及如何刪除此消息?在angular 2中,未檢測到「bs-config.json」或「bs-config.js」覆蓋文件。使用lite-server默認值?
消息顯示在控制檯是:
沒有檢測到bs-config.json
或bs-config.js
覆蓋文件。使用lite-server默認值。
[1] Did not detect a `bs-config.json` or `bs-config.js` override file. Using lite-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] ] } }
[0] 11:09:39 AM - Compilation complete. Watching for file changes.
[1] [BS] Access URLs:
[1] ------------------------------------
[1] Local: http://localhost:3000
[1] External: http://172.18.4.98:3000
[1] ------------------------------------
[1] UI: http://localhost:3001
[1] UI External: http://172.18.4.98:3001
[1] ------------------------------------
[1] [BS] Serving files from: ./