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
访问http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false&minify=false报如下错误是什么原因? { from: "F:\www\RN\im.js\node_modules\engine.io-client\lib\transports\index.js", to: "F:\www\RN\im.js\node_modules\engine.io-client\lib\transports\index.j\lib\xmlhttprequest.js", message: "Unable to resolve module F:\www\RN\im.js\node_modules\engine.io-client\lib\transports\index.j\lib\xmlhttprequest.js from F:\www\RN\im.js\node_modules\engine.io-client\lib\transports\index.js: Directory F:\www\RN\im.js\node_modules\engine.io-client\lib\transports\index.j\lib\xmlhttprequest.js doesn't exist", name: "UnableToResolveError", type: "UnableToResolveError", errors: [ { } ] }
F:\www\RN\im.js\node_modules\engine.io-client\lib\transports\index.j\lib\xmlhttprequest.js
F:\www\RN\im.js\node_modules\engine.io-client\lib\transports\index.js
The text was updated successfully, but these errors were encountered:
同问
Sorry, something went wrong.
我也出现这个错误
抱歉,编译环境是在 Mac 上。
这个错误+1, 我是windows环境,能绕过吗?
import io from "socket.io-client/dist/socket.io"; 这样可以绕过去
import io from "socket.io-client/dist/socket.io";
No branches or pull requests
访问http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false&minify=false报如下错误是什么原因?
{
from: "F:\www\RN\im.js\node_modules\engine.io-client\lib\transports\index.js",
to: "F:\www\RN\im.js\node_modules\engine.io-client\lib\transports\index.j\lib\xmlhttprequest.js",
message: "Unable to resolve module
F:\www\RN\im.js\node_modules\engine.io-client\lib\transports\index.j\lib\xmlhttprequest.js
fromF:\www\RN\im.js\node_modules\engine.io-client\lib\transports\index.js
: Directory F:\www\RN\im.js\node_modules\engine.io-client\lib\transports\index.j\lib\xmlhttprequest.js doesn't exist",name: "UnableToResolveError",
type: "UnableToResolveError",
errors: [
{ }
]
}
The text was updated successfully, but these errors were encountered: