-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am facing a issue when i try to run the application. Kindly help me to resolve #125
Comments
Can you provide more info about your dev environment?
|
@mathkruger Thanks for your Reply. Please find the details of my Dev Env |
@inspiremithun @mathkruger I've just forked the repo and tried installing the dependencies to run into the same result. It looks like:
I personally think that using two package managers in a project is an antipattern and may cause additional dependency issues, though I'm certainly not an expert. The README instructions should be updated to include yarn as well, in any case. My environment:
|
@inspiremithun I have just taken a look at your issue and that issue probably occur due to a version mismatch between your current dependencies versions installed on your machine and the versions listed on package.json or package-lock.json. So, I forked your repo and cloned on my machine and after running the command To fix that issue, I apply the following steps:
I hope the above steps might be helpful. My Environment:
|
Hi thanks in advance.I followed the steps which was given in the "Running the Application" section
https://github.com/inspiremithun/litefy#running-the-application-
After giving npm install command i got the error as like below
then i try to run ng serve i got the below error
The text was updated successfully, but these errors were encountered: