-
Notifications
You must be signed in to change notification settings - Fork 494
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
i18n-js dependency missing #101
Comments
@VinceBT What package manager are you using? The npm package is https://www.npmjs.com/package/i18n-js |
Currently using npm v5 "dependencies": {
"i18n-js": "github:fnando/i18n-js#v3.0.0"
} |
@VinceBT It is available on npm, but this an old version, check the README: https://github.com/everydayhero/i18n-js |
Yes maybe but the issue is still here |
@VinceBT Have you tried npm understand this kind of dependency format actually: https://docs.npmjs.com/files/package.json#github-urls |
I've told that I've tried all the cache solutions. |
@VinceBT I see. It was fixed not because of the cache, but because I've made an I check the npm issues like you said, and it is already reported (and the error occurs even with no lockfile): Possible fixes: |
I'm switching to yarn temporarily but I had hope that npm finally caught up with Yarn :p |
@VinceBT Thanks, I keep this issue opened until npm fixes this. |
Is this still relevant? |
[email protected] seems to be on npm since August @AlexanderZaytsev @zoontek can you try it and, if it works, update the dependency please ? |
@VinceBT Done, thanks |
It's ok when I change to 5.5.1 |
Since 2.0.0 I've got this error while running the packager, I've clean cached and tried to reinstall all dependencies multiple times
Temporary fix :
npm install -S i18n-js
EDIT: Use
npm install fnando/i18n-js#v3.0.1
The text was updated successfully, but these errors were encountered: