-
Notifications
You must be signed in to change notification settings - Fork 69
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
Extension browser changelog doesn't show up in the site #825
Comments
molant
added a commit
to molant/webhint.io
that referenced
this issue
Sep 17, 2019
The project had different versions of the same package because of how hoisting works, `hint`'s `optionalDependencies` (the configurations are not the latest ones) and how npm handles duplicates and `package-lock.json`. By removing `package-lock.json` npm will always go fetch the latest version of the packages and avoid these issues. Also all packages will be installed in `node_modules` and not inside another folder under it. Because multiple versions of the same package, the changelog was not always accurate. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Fix webhintio#825
molant
added a commit
to molant/webhint.io
that referenced
this issue
Sep 18, 2019
The project had different versions of the same package because of how hoisting works, `hint`'s `optionalDependencies` (the configurations are not the latest ones) and how npm handles duplicates and `package-lock.json`. By removing `package-lock.json` npm will always go fetch the latest version of the packages and avoid these issues. Also all packages will be installed in `node_modules` and not inside another folder under it. Because multiple versions of the same package, the changelog was not always accurate. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Fix webhintio#825
molant
added a commit
to molant/webhint.io
that referenced
this issue
Sep 18, 2019
The project had different versions of the same package because of how hoisting works, `hint`'s `optionalDependencies` (the configurations are not the latest ones) and how npm handles duplicates and `package-lock.json`. By removing `package-lock.json` npm will always go fetch the latest version of the packages and avoid these issues. Also all packages will be installed in `node_modules` and not inside another folder under it. Because multiple versions of the same package, the changelog was not always accurate. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Fix webhintio#825
molant
added a commit
that referenced
this issue
Sep 18, 2019
The project had different versions of the same package because of how hoisting works, `hint`'s `optionalDependencies` (the configurations are not the latest ones) and how npm handles duplicates and `package-lock.json`. By removing `package-lock.json` npm will always go fetch the latest version of the packages and avoid these issues. Also all packages will be installed in `node_modules` and not inside another folder under it. Because multiple versions of the same package, the changelog was not always accurate. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Fix #825 Close #831
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://webhint.io/about/changelog/ for September 12th there should be a changelog of the extension-browser.
The text was updated successfully, but these errors were encountered: