Skip to content

ng serve errors #10

@jjadamec

Description

@jjadamec

I keep getting these errors when I try "ng serve"

ERROR in C:/Users/jjadamec/workspace/rxjs-test/src/app/google-vision.service.ts (3,24): Cannot find module './api.key'.

ERROR in C:/Users/jjadamec/workspace/rxjs-test/src/app/app.component.spec.ts (6,1): Cannot find name 'describe'.
C:/Users/jjadamec/workspace/rxjs-test/src/app/app.component.spec.ts (7,3): Cannot find name 'beforeEach'.

I googled these errors, and most people are saying typings is not installed.
But I did get typings installed and running with " npm install typings -g"

$ typings --version
2.1.1

$ node --version
v6.10.2

$ npm --version
3.10.10

Its my first Angular demo I'm trying to get running. So any suggestions??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions