-
Notifications
You must be signed in to change notification settings - Fork 213
error after generate project ngx new #611
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
Comments
I have same issue! I think this is related to new version of npm@7*! |
I found to update last version of angular and packages and now no errors. I change the package.json like :
Thanks |
After generating the new project and getting the same errors as listed I used this script and it worked. However I did not check whether firebase was installed before, but afterwards it is missing from the project
|
I have the same problem. |
Try to downgrade your npm version to |
Thanks. Is there a workaround or upcoming fix for this as the 6.14.15 seems a bit outdated by now? |
There are still some packages that did not clean up their peer dependencies properly, and with NPM 7+ it will generate an error on install. |
# [10.1.0](10.0.1...10.1.0) (2021-12-10) ### Bug Fixes * android package copy ([bcd2328](bcd2328)) * cannot update issue (fix [#607](#607)) ([dd96390](dd96390)) * e2e/cypress templates ([1131898](1131898)) * install errors with npm 7+ (fix [#611](#611)) ([1a273dd](1a273dd)) * jest test config with Angular 13 ([4a427ee](4a427ee)) * missing @popperjs/core peer dependency ([ba0aba5](ba0aba5)) * remove deprecated cordova-plugin-whitelist ([77e1b4f](77e1b4f)) * update command in addon generator ([dd2409b](dd2409b)) ### Code Refactoring * deprecate Protractor in favor of Cypress ([f5c4538](f5c4538)) ### Features * add cypress for e2e test ([#605](#605)) ([6fe85aa](6fe85aa)) * Angular 13 update ([49a3669](49a3669)) * migrate to [@awesome-cordova-plugins](https://github.com/awesome-cordova-plugins) ([4df3fb8](4df3fb8)) * update cypress and add auth support for e2e test ([6f80f69](6f80f69)) * update ionic packages ([839f629](839f629)) * update karma config ([90d40e6](90d40e6)) * update ng-bootstrap for v13 support ([af21e28](af21e28)) * update to Angular 13 ([9b3183c](9b3183c)) ### BREAKING CHANGES * Cypress is now the default choice for e2e tests.
🎉 This issue has been resolved in version 10.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I'm submitting a...
Current behavior
I do ngx new and after got error :
Expected behavior
after npm install not failed
Minimal reproduction of the problem with instructions
Environment
Others:
The text was updated successfully, but these errors were encountered: