-
-
Notifications
You must be signed in to change notification settings - Fork 620
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
Remove local fork of yeoman #161
Comments
it appears this would address / resolve #132 |
Probably, but not entierly sure |
This is underway at #207 , yeoman might be trickier |
The git dependency is causing our build to act up due to our proxy on some systems. |
Haha yeah working on it, but need to come up with a good workaround. There's a possibility we'll need to create a temporary |
We just ran into this issue too:
The workaround to get around this was to manually delete the yeoman-generator entry in our Dependencies like these outside of the npm/yarn registries make me super uneasy for a couple of reasons. For one, npm learned the hard way to never allow publicly published packages to be deleted because it breaks dependents, and it requires more oversight to understand where all the 3rd party code comes from. |
We can't at the moment because it exposes the |
I have special setup where I don't have git installed in the same environment, where I have npm. Not having git prevents me from installing webpack-cli at all. |
@ematipico Which vulnerabilities? |
@ev1stensberg I'm getting the following. I believe this is due to a corporate firewall issue but could also be a proxy issue. Any ideas? λ yarn add webpack-cli -D |
|
Need an update from @pksjce on the bug she was complaining about recast. Moving to yeoman generators, so this needs to be resolved.
For the yeoman fork, this is removed and replaced in #148
The text was updated successfully, but these errors were encountered: