yarn run watch
errors with message 'feature' is undefined
#638
Comments
Hmm that's strange as I cannot reproduce it. Which version of Jinja do you have installed? pip show jinja2 On my machine this prints: Name: Jinja2
Version: 2.10
Summary: A small but fast and easy to use stand-alone template engine written in pure python.
Home-page: http://jinja.pocoo.org/
Author: Armin Ronacher
Author-email: armin.ronacher@active-4.com
License: BSD
Location: /Users/squidfunk/Library/Python/2.7/lib/python/site-packages
Requires: MarkupSafe |
Sorry for the delay.
prints:
|
This is a little regression that is incompatible with Jinja 2.7, as Jinja changed the behavior of imports and contexts in 2.9. Upgrading it to >2.9 will fix the issue, but I will also provide a fix shortly. |
Fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I was trying to build material locally by following the contributing guide.
The setting up process was good, but
yarn run watch
errored.Here is the log:
Expected behavior
[What you expected to happen]
Actual behavior
[What is actually happening]
Steps to reproduce the bug
Package versions
Project configuration
The contents of your mkdocs.yml
System information
The text was updated successfully, but these errors were encountered: