Avatar of Software Squirrel
Software Squirrel
Flag for United States of America

asked on 

Angular5 Bootstrap Firestore Auth

I am trying to install the following for a new application:
Angular5
Bootstrap4
Firebase and Firestore
Firebase Hosting (probably)
Firebase Auth

I can get everything installed but there are dependency issues.  I think Node.js 9.0.0 does not work with NPM 5.5.1 and the Angular/cli.  Node.js 9 comes with NPM 5.5.1 so I'm not sure what the problem is.  I tried to update my package.json file with v. 5.5.1 from 5.0.0 but that causes even more issues.  I know this is all new but has anyone found a way to work around it?  Different versions?
Node.jsBootstrapAngularJavaScript

Avatar of undefined
Last Comment
Software Squirrel

8/22/2022 - Mon