index.js:111 You are currently using minified code outside of NODE_ENV === 'production'. This means that you are running a slower development build of Redux. You can use loose-envify (https://github.com/zertosh/loose-envify) for browserify or DefinePlugin for webpack (http://stackoverflow.com/questions/30030031) to ensure you have the correct code for your production build.
t.a @ index.js:111
index.js:1 WebSocket connection to 'ws://127.0.0.1:51419/' failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT
f @ index.js:1
index.js:1 connect to websocket port 51419 fail
js.api.js Failed to load resource: net::ERR_PROXY_CONNECTION_FAILED
js.api.monaco.js Failed to load resource: net::ERR_PROXY_CONNECTION_FAILED
component.api.js Failed to load resource: net::ERR_PROXY_CONNECTION_FAILED
wxml.api.js Failed to load resource: net::ERR_PROXY_CONNECTION_FAILED
index.js:1 WebSocket connection to 'ws://127.0.0.1:51419/' failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT
看到错误的地方
菜单,开发者工具->调试->调试编辑器
index.js:111 You are currently using minified code outside of NODE_ENV === 'production'. This means that you are running a slower development build of Redux. You can use loose-envify (https://github.com/zertosh/loose-envify) for browserify or DefinePlugin for webpack (http://stackoverflow.com/questions/30030031) to ensure you have the correct code for your production build.
t.a @ index.js:111
index.js:1 WebSocket connection to 'ws://127.0.0.1:51419/' failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT
f @ index.js:1
index.js:1 connect to websocket port 51419 fail
js.api.js Failed to load resource: net::ERR_PROXY_CONNECTION_FAILED
js.api.monaco.js Failed to load resource: net::ERR_PROXY_CONNECTION_FAILED
component.api.js Failed to load resource: net::ERR_PROXY_CONNECTION_FAILED
wxml.api.js Failed to load resource: net::ERR_PROXY_CONNECTION_FAILED
index.js:1 WebSocket connection to 'ws://127.0.0.1:51419/' failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT
f @ index.js:1
index.js:1 connect to websocket port 51419 fail
一堆错
是不是还有其他环境要配置?
是不是不支持win10?
确定打开的项目路径和你本地的项目路径一致?因为我这边打开我的项目是没有你说的这个问题的