-
Notifications
You must be signed in to change notification settings - Fork 40
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
ERROR in ./src/main.ts Module not found: Error: Can't resolve './$$_gendir/app/app.module.ngfactory' in 'C:\Users\Muhammad Zaid\IdeaProjects\angular-seo\src' @ ./src/main.ts 4:0-74 @ multi ./src/main.ts #10
Comments
Same here npm ERR! Darwin 16.6.0 |
Update angular cli version to 1.2.6 and go ahead !!! |
Same here 0 info it worked if it ends with ok |
Dear @KrGyan Regards, |
Thanks @KrGyan ! its work when update cli to 1.2.6 |
hmm, I updated cli to 1.3.1 But it doesn't still work for me. what' the reason? |
@alexandra1030 pls use 1.2.6 version and reinstall |
@SkMamtajuddin oh, yeah, i'll try it. 👍 |
@SkMamtajuddin @alexandra1030
so do not update via Then it worked for me |
run :npm install [email protected] in your pakage.json file.. in script tag replace this "ng build --prod" with "ng build --env=prod". It will reolve the problem. |
i updated my local angular cli to 1.2.6.
|
I am using angular5.Me also getting this issue |
@akilmakda thank you!it really work for me |
After cloning your repository, I installed dependencies using 'npm install', then I run the command 'npm start' and faced this error. Kindly help me.
The text was updated successfully, but these errors were encountered: