We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This looks just like the thing I've been looking for but I can't seem to get this working.
Django 2.2, Python 3.7
(venv) anders@yoga:~/dev/npm_mjs$ ./manage.py transpile Unknown command: 'transpile'
I also get a TemplateSyntaxError: 'transpile' is not a registered tag library.
I have followed the quick start to the letter.
It is also not clear to me how you grab the modules? Is it by the import statements made in a linked mjs file in a template?
Do I need a node_modules folder in every app?
I've pushed the test here: https://github.com/izznogooood/npm_mjs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This looks just like the thing I've been looking for but I can't seem to get this working.
Django 2.2, Python 3.7
I also get a TemplateSyntaxError:
'transpile' is not a registered tag library.
I have followed the quick start to the letter.
It is also not clear to me how you grab the modules? Is it by the import statements made in a linked mjs file in a template?
Do I need a node_modules folder in every app?
I've pushed the test here:
https://github.com/izznogooood/npm_mjs
The text was updated successfully, but these errors were encountered: