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
hi i tried with your example but when i give command likn
npm install bower install
so ti show that "/usr/bin/env: node: No such file or directory" how can i solve this
and when i try to open http://localhost:8000/resource so it shows
{{ post.title }} {{ post.author.username }}
{{ post.body }}
django template tag as output
The text was updated successfully, but these errors were encountered:
You need to install nodejs
Sorry, something went wrong.
nodejs is installed in check from nodejs -v so it return v0.10.25
Ah, you're on debian presumably? It installs under the wrong name:
http://unix.stackexchange.com/questions/65235/universal-node-js-shebang http://stackoverflow.com/questions/20638520/appropriate-hashbang-for-node-js-scripts
No branches or pull requests
hi i tried with your example
but when i give command likn
npm install
bower install
so ti show that
"/usr/bin/env: node: No such file or directory"
how can i solve this
and when i try to open
http://localhost:8000/resource
so it shows
{{ post.title }} {{ post.author.username }}
{{ post.body }}
django template tag as output
The text was updated successfully, but these errors were encountered: