Replies: 2 comments 3 replies
-
the samples are currently using yarn. just cd into them and run yarn, yarn start |
Beta Was this translation helpful? Give feedback.
2 replies
-
I installed yarn, upgraded to the latest version, ran
I've never used yarn. 'yarn help |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to take a look at the sample projects. I cloned the angularfire repo, went into the folder
angularfire/samples/compat
, and ranng serve
. I got this error message:An unhandled exception occurred: Cannot find module '@angular-devkit/build-angular/package.json'
I installed the module:
npm install --save-dev @angular-devkit/build-angular
but got another error message
npm ERR! ERESOLVE unable to resolve dependency tree
Something about jasmine-core.
What am I doing wrong? Do the sample projects run?
Beta Was this translation helpful? Give feedback.
All reactions