You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/workspaces/some_project", line 5, in <module>
from slimit.parser import Parser
File "/home/codespace/.python/current/lib/python3.10/site-packages/slimit/__init__.py", line 27, in <module>
from minifier import minify
ModuleNotFoundError: No module named 'minifier'
How to fix it
The text was updated successfully, but these errors were encountered:
QwertyCodeQC
changed the title
ModuleNotFoundError: No module named 'minifier' on Python 3.9
ModuleNotFoundError: No module named 'minifier' on Python 3.10
Jun 3, 2024
I wanted to parse js and this error appeard
How to fix it
The text was updated successfully, but these errors were encountered: