You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ yarn
yarn install v0.15.1
info No lockfile found.
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 📃 Rebuilding all packages...
success Saved lockfile.
✨ Done in 24.20s.
Successive runs fail:
$ yarn --force
yarn install v0.15.1
[1/4] 🔍 Resolving packages...
error Package "bootstrap@" doesn't have a "version".info Visit http://yarnpkg.com/en/docs/cli/install for documentation about this command.
Looking at the lockfile it seems to not add version numbers:
Do you want to request a feature or report a bug?
bug
What is the current behavior?
I have the following
bower.json
:I also have this
.bowerrc
:I run
$ yarn yarn install v0.15.1 info No lockfile found. [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... [3/4] 🔗 Linking dependencies... [4/4] 📃 Rebuilding all packages... success Saved lockfile. ✨ Done in 24.20s.
Successive runs fail:
Looking at the lockfile it seems to not add version numbers:
What is the expected behavior?
Yarn should generate a lockfile it can use.
Please mention your node.js, yarn and operating system version.
The text was updated successfully, but these errors were encountered: