-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
generator.run is not a function
error after installing 5.0.0
#796
Comments
I've been debugging and it seems that the culprit is a call to a subgenerator using from: https://github.com/plone/volto/blob/main/packages/generator-volto/generators/app/index.js#L262-L268
The subgenerator works well standalone. |
@mshima I saw you introduced a bunch of async/await here and there, I bet it's one missing somewhere. |
Ok, I've found the culprit, the However, message to the maintainers: Breaking things without proper release notes is not polite in OSS. A simple table with a version compatibility matrix will suffice, and will serve as documentation for yourself too. |
Tracked in #802. |
Tracked in #802, which has a comment with a table courtesy of the excellent @jozefizso: #802 (comment). |
same issue. and I can't use other way because SharePoint is required to use this |
Type of issue
Bug
My environment
eg. Windows 10 64-bit
v20.9.0
(runnode --version
in your terminal)10.1.0
(runnpm --version
in your terminal)5.0.0
(runyo --version
in your terminal)Expected behavior
It does not break after a breaking is released. If a breaking change is issued (thus, the breaking), then provide upgrade notes.
Current behavior
After running my generator command (working on 4.x.x):
yo @plone/volto my-volto-app --description "test volto project" --volto . --skip-install --no-interactive
I got
The text was updated successfully, but these errors were encountered: