CookieCutter is not a constructor
See original GitHub issueUpdated to latest version ( versions:bump)
and got a
_backstage_plugin_scaffolder_backend__WEBPACK_IMPORTED_MODULE_2__.CookieCutter is not a constructor
tried deleting node_modules from the root and reimport everything, still getting it.
any ideas?
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
CookieCutter is not a constructor · Issue #8163 - GitHub
CookieCutter is not a constructor. ... But I'm trying to create a new template, that is not creating. [1] 2021-11-19T12:27:06.633Z catalog ...
Read more >Learn the Basics of Cookiecutter by Creating a Cookiecutter
The easiest way to understand what Cookiecutter does is to create a simple one and see how it works. Cookiecutter takes a source...
Read more >Usage — cookiecutter 2.1.1 documentation
Whenever you generate a project with a cookiecutter, the resulting project is output to your current directory. Cloned cookiecutters were not saved locally....
Read more >cookiecutter Documentation - Read the Docs
The big ones are: • Cookiecutter no longer deletes the cloned repo after generating a project. • Cloned repos are saved into ~/.cookiecutters/....
Read more >Source code for cookiecutter.extensions - Read the Docs
You are not reading the most recent version of this documentation. ... def __init__(self, environment): """Jinja2 Extension Constructor.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think that’s part of the old fixed pipeline stuff that has been migrated to the newer flexible templates. Check the changeset and the linked migration guide to see if it applies to you.
https://github.com/backstage/backstage/blob/master/plugins/scaffolder-backend/CHANGELOG.md
Perfect! Gonna close but you can re-open if you feel there’s something else 😃