-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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
Labels
No labels