Results 2 issues of Tomer

From the tutorial [docs](https://www.apollographql.com/docs/tutorial/schema/#set-up-apollo-server): `cd start/server && npm install` npm ERR! code ENOLOCAL npm ERR! Could not install from "packages\apollo-server-core\packages\apollo-datasource" as it does not contain a package.json file. ![image](https://user-images.githubusercontent.com/18260079/72683461-3be26700-3ae0-11ea-8241-e8e28735a6a3.png)

Ran `npm install` as described in this [tutorial](https://www.apollographql.com/docs/tutorial/schema/#set-up-apollo-server) and got this error in my console: ![image](https://user-images.githubusercontent.com/18260079/72682895-db046000-3ada-11ea-8d77-b036b19392eb.png) Any reason for why it is happening? Thanks