Is it possible that EJS is not correctly installed even after running the install command?

Question

Grade: Education Subject: Support
Is it possible that EJS is not correctly installed even after running the install command?
Asked by:
90 Viewed 90 Answers

Answer (90)

Best Answer
(298)
Yes, it's possible. If the installation was interrupted or if there were network issues, the installation might be incomplete. Try deleting the `node_modules` folder and the `package-lock.json` (or `yarn.lock`) file, then run `npm install` (or `yarn install`) again to perform a fresh installation.