-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
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
Cannot install npm-asset/socket.io #275
Comments
Strange, the packages in NPM registry are not loaded for |
Problem found... The driver initialization throws an exception. I fix this bug. |
The repository registred in NPM registry is |
@francoispluchino So to resolve this, should I contact with author of wtf-8 extension to update NPM registry? |
Why not! but I will init the registred packages in NPM registry before the initialization of the VCS driver. |
With the last {
"require": {
"npm-asset/socket.io": "^1.7.0"
},
"config": {
"fxp-asset": {
"resolutions": {
"npm-asset/debug": "^2.3.3",
"npm-asset/component-emitter": "^1.2.1"
}
}
}
} |
I am getting error:
Why there is no package found for wtf-8? Is it composer problem or I have something wrong with configuration?
The text was updated successfully, but these errors were encountered: