Software Squirrel
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?
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?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER