Skip to content

Commit

Permalink
Fix unresolved dependency for apollo-graphql.
Browse files Browse the repository at this point in the history
Unfortunately, the package is provided outside of this repo during
development, and `npm install` takes its hints from the `node_modules`
directory when updating its `package-lock.json`.  Since the package it
originally prescribed to be installed in `node_modules` is hoisted out by
the devkit, it can't resolve it when it takes a fresh inventory of the
`node_modules` directory when updating the `package-lock.json`.

Relates to #31

cc @martijnwalraven
  • Loading branch information
abernix committed Mar 12, 2019
1 parent 8cac05b commit b8f128d
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit b8f128d

Please sign in to comment.