You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got all kinds of errors, many relating to jasmine or jest like this:
../node_modules/@types/jasmine/index.d.ts:24:1 - error TS6200: Definitions of the following identifiers conflict with those in another file: beforeAll, beforeEach, afterAll, afterEach, describe, fdescribe, xdescribe, it, fit, xit, expect, DEFAULT_TIMEOUT_INTERVAL, CustomMatcherFactory, CustomEqualityTester
I uninstalled all the jasmine and karma packages and removed the .spec.ts files and got it to build. But then npm start still wouldn't work, I think it was treating the deprecation as an error and put me back to the command line:
$ npm start
> friendly-eats-quickstart@0.0.0 start
> npm run pre-build && firebase --project demo-friendly-eats emulators:exec --import ./app-data-seed --ui 'ng serve'
> friendly-eats-quickstart@0.0.0 pre-build
> (cd functions && npm run build)
> build
> tsc
(node:25160) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Running the command from the command line did allow the emulators and application to start:
Step 1: Describe your environment
"@angular/fire": "^7.6.1",
Step 2: Describe the problem:
Following instructions, there are tons of errors
Steps to reproduce:
npm install -g @angular/cli
npm -g i firebase-tools
npm install
cd functions
npm install
cd ..
Observed Results:
Got all kinds of errors, many relating to jasmine or jest like this:
I uninstalled all the jasmine and karma packages and removed the .spec.ts files and got it to build. But then
npm start
still wouldn't work, I think it was treating the deprecation as an error and put me back to the command line:Running the command from the command line did allow the emulators and application to start:
Expected Results:
There shouldn't be errors building or running following the readme directions
Relevant Code:
The text was updated successfully, but these errors were encountered: