前提
下記の開発環境で、script定義されてる「npm run start(gulpが走る)」を実行してもlocalhost:3000が閲覧できません。
localhost:3001やmacだと閲覧できます。
BrowsersyncのAccess URLs:も表示されます。
何が原因なのかさっぱり分からず、ヒントでも良いので探してる最中です。
ローカルのファイルを修正して上書きすれば、Browsersyncも反応します。
でもブラウザlocalhost3000で閲覧できません。
実現したいこと
windowsでもlocalhost3000で閲覧できるようにローカルの開発環境を修正したい
補足情報(FW/ツールのバージョンなど)
"engines": {
"node": "v8.11.2",
"npm": "3.10.10"
},
"dependencies": {
"@babel/runtime": "^7.17.7",
"ajv": "^6.0.0",
"axios": "^0.21.1",
"basic-auth-connect": "~1.0.0",
"bluebird": "^3.4.7",
"body-parser": "^1.17.1",
"browser-sync": "~2.18.8",
"del": "^2.2.2",
"es6-promise": "^4.2.8",
"express": "^4.14.1",
"ez.js": "^1.0.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-chmod": "^2.0.0",
"gulp-clean-css": "^3.0.2",
"gulp-concat": "^2.6.1",
"gulp-filter": "^5.0.0",
"gulp-hb": "^6.0.2",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-nodemon": "~2.2.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"handlebars-layouts": "^3.1.4",
"jquery-form-validator": "^2.3.79",
"jump.js": "^1.0.2",
"mobx": "^4.4.0",
"moment": "^2.27.0",
"node-aigis": "^1.4.1",
"object-fit-images": "^3.2.4",
"pickadate": "^3.6.3",
"pump": "^1.0.2",
"rename": "^1.0.4",
"run-sequence": "^1.2.2",
"save": "^2.4.0",
"serve-index": "^1.8.0",
"sweet-scroll": "^3.0.1",
"swiper": "^4.4.1",
"yaml-js": "^0.2.0",
"yargs": "^6.6.0"
},