Tuesday, August 30, 2022

An unhandled exception occurred: Cannot find module 'domelementtype' Require stack

 An unhandled exception occurred: Cannot find module 'domelementtype'

[ng] Require stack:

Solution

Step 1: Delete node_modules folder

Step 2 : npm install 

Step 3 : start server

Step 4 : enjoy



No comments:

Post a Comment

How to build an Express and Node.js app with Typescript

  In this tutorial, you will learn how to set up a Node.js and Express project with Typescript and live auto-reloading. Note that this metho...