Skip to content

Commit

Permalink
docs: known issue on tailwind cli persmission denied
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi-De committed Sep 7, 2024
1 parent 1fe82f5 commit 67fc0d2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blueprints/tailwind
15 changes: 14 additions & 1 deletion docs/the_cli/start_project/issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
Known issues
============

Here is a collection of known issues and their solutions that you may encounter when using the project starter.
Here is a collection of known issues and their solutions that you may encounter when running a falco project.


Permission denied on Tailwind CLI
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

If you encounter an error similar to the one below when trying to run the server:

.. code-block:: bash
08:12:38 tailwind | PermissionError: [Errno 13] Permission denied:
08:12:38 tailwind | '/home/tobi/.local/bin/tailwindcss-linux-x64-3.4.10'
The simplest solution is to delete the file and re-run the server. The file will be re-downloaded, and the error should be resolved.

hatch-pip-compile
^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion packages/toolbox

0 comments on commit 67fc0d2

Please sign in to comment.