Landkit Installation Error

Landkit template is managed by webpack via node. I kept getting an error to start the webserver.

How to debug:

  • read the errors and see what is causing errors
  • my errors were mainly node modules
  • try to rebuild the node; if it doesn’t work, uninstall the node (npm unintall your_node_name) and reinstall (npminstall your_node_name)

It finally worked for me