-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Issue with v4 with local namespaces #497
Comments
This issue is stale because it has been open with no activity. Remove stale label or comment or this will be closed |
@mshima Can this be reopened? It looks like a problem with the parser in |
Local paths should be converted to a valid namespace here: environment/src/environment-base.ts Lines 272 to 274 in f1bfab3
|
Ah, ok - thanks for that info! Looks like it's throwing an error because the Should I create a PR to remove that (or adjust that logic)? Or are you already working on a fix? |
Please go ahead. |
Thanks! I've created #504 to address it, let me know if that seems good. |
The sample usage is wrong, the bug is not valid. Should be:
@strmer15 your usage looks related to relative paths. |
I'm trying to upgrade in v4 because v3.x.x crashes when called from a JS module
But now I see the following error
Here is how yeoman-environment is called
Do you have any tip ? :)
The text was updated successfully, but these errors were encountered: