We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"devDependencies": { "fis-parser-less3": "^1.0.2", "js-yaml": "^3.13.1", "mockjs": "^1.0.1-beta3", "moment": "^2.22.1", "redis": "^2.8.0" }, "dependencies": { "bootstrap": "^3.4.1", "fis-optimizer-clean-css": "0.0.12", "fis-optimizer-svgo": "0.0.2", "fis-optimizer-tinify": "^1.0.9", "fis-optimizer-uglify-js": "^0.2.3", "fis-parser-jdists": "^2.2.3", "fis-parser-less": "^0.1.3", "fis-parser-less-2.x": "^0.1.4", "fis-postprocessor-autoprefixer": "0.0.5", "fis3": "^3.4.43", "h5toast": "0.0.6", "jhtmls": "^1.2.2", "jquery": "^3.5.1", "slick-carousel": "^1.8.1", "zepto": "^1.2.0" }
{ Error: write EPIPE at WriteWrap.afterWrite [as oncomplete] (net.js:788:14) errno: 'EPIPE', code: 'EPIPE', syscall: 'write' } /Users/xxx/myProject/node_modules/fis3-command-release/lib/livereload.js:103 if (err.message !== 'read ECONNRESET') throw err; Error: write EPIPE at WriteWrap.afterWrite [as oncomplete] (net.js:788:14)
最近频繁遇到这个问题(以前也是遇到,只不过现在忍不住了。。。),比较多的情况是在修改 less 的时候出现的。每次出现后,无论本地代码如何变化,浏览器上 localhost:8080 代码就不再更新,刷新浏览器没用。因为本地的 liverelaod.js 文件直接抛出了 ERROR。 没办法,只能关闭终端,重启项目。非常浪费时间,和 webpack 相比起来,实在是不友好!希望大佬可以抽时间优化下!
目前每次遇到这个问题,只能关闭项目,重新启动 npm run dev。
The text was updated successfully, but these errors were encountered:
@BaiduFE 麻烦看下这个问题~ 谢谢!
Sorry, something went wrong.
有没有哪位大佬遇到过这个问题?
No branches or pull requests
最近频繁遇到这个问题(以前也是遇到,只不过现在忍不住了。。。),比较多的情况是在修改 less 的时候出现的。每次出现后,无论本地代码如何变化,浏览器上 localhost:8080 代码就不再更新,刷新浏览器没用。因为本地的 liverelaod.js 文件直接抛出了 ERROR。 没办法,只能关闭终端,重启项目。非常浪费时间,和 webpack 相比起来,实在是不友好!希望大佬可以抽时间优化下!
目前每次遇到这个问题,只能关闭项目,重新启动 npm run dev。
The text was updated successfully, but these errors were encountered: