-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
Description
Version
3.0.0
Node and OS info
node 10.8, npm 6.2, yarn 1.9.4
Steps to reproduce
npm install -g @vue/cli
..or..
yarn global add @vue/cli
What is expected?
vue cli installs.
What is actually happening?
I get an error. In yarn:
"error Package "apollo-server-core" refers to a non-existing file '"/Users/ollie/.config/yarn/apollo-server-core"'."
In npm :
code ENOLOCAL
npm ERR! Could not install from "../../usr/local/lib/node_modules/@vue/cli/node_modules/apollo-server-core" as it does not contain a package.json file.
I'm on Mac, 10.12.6
moslemir and ph1pmoslemir