-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
I installed yarn the first time, then i ran yarn
on project A, seconds later I ran yarn
on project B.
Both installation failed, project A output:
yarn install v0.15.1
info No lockfile found.
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
error Couldn't find a package.json (or bower.json) file in /Users/USERNAME/.yarn-cache/npm-yargs-3.10.0
at /usr/local/lib/node_modules/yarnpkg/lib-legacy/config.js:363:13
at next (native)
at step (/usr/local/lib/node_modules/yarnpkg/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30)
at /usr/local/lib/node_modules/yarnpkg/node_modules/babel-runtime/helpers/asyncToGenerator.js:28:20
at run (/usr/local/lib/node_modules/yarnpkg/node_modules/core-js/library/modules/es6.promise.js:87:22)
at /usr/local/lib/node_modules/yarnpkg/node_modules/core-js/library/modules/es6.promise.js:100:28
at flush (/usr/local/lib/node_modules/yarnpkg/node_modules/core-js/library/modules/_microtask.js:18:9)
at nextTickCallbackWith0Args (node.js:415:9)
at process._tickCallback (node.js:344:13)
project B output:
yarn install v0.15.1
info No lockfile found.
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
error Couldn't find a package.json (or bower.json) file in /Users/USERNAME/.yarn-cache/npm-yargs-4.8.1
at /usr/local/lib/node_modules/yarnpkg/lib-legacy/config.js:363:13
at next (native)
at step (/usr/local/lib/node_modules/yarnpkg/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30)
at /usr/local/lib/node_modules/yarnpkg/node_modules/babel-runtime/helpers/asyncToGenerator.js:28:20
at run (/usr/local/lib/node_modules/yarnpkg/node_modules/core-js/library/modules/es6.promise.js:87:22)
at /usr/local/lib/node_modules/yarnpkg/node_modules/core-js/library/modules/es6.promise.js:100:28
at flush (/usr/local/lib/node_modules/yarnpkg/node_modules/core-js/library/modules/_microtask.js:18:9)
at nextTickCallbackWith0Args (node.js:415:9)
at process._tickCallback (node.js:344:13)
When I run those commands sequentially it works as expected.
versions:
- node 4.5
- yarn 0.15.1
- osx 10.11.6
moneytree-doug, davewasmer, cheeaun, darabos, jshwei and 20 morepablobirukov