Behebung von node/npm ImportError: No module named compiler.ast auf Ubuntu 18.04

English Deutsch

Wenn du npm install ausführst und auf diese Fehlermeldung stößt:

importerror_compiler_ast.txt
ImportError: No module named compiler.ast

musst du die Python-Entwicklungsdateien installieren mit

install_python_dev.sh
sudo apt install python-dev

Hinweis: In meinem Fall hat die Verwendung von apt install python3-dev das Problem nicht gelöst.


Check out similar posts by category: Linux, NodeJS