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
I'm just trying out yarn now, so I do apologize if this is somehow blatantly obvious. In either case I can't see why this happens, after having read the yarn add docs.
# testing. this seems to work as expected
$ yarn add react
yarn add v0.17.2
[1/4] 🔍 Resolving packages...
...
# this does not
$ yarn add flat
yarn add v0.17.2
error Missing list of packages to add to your project.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
# what is this doing?
$ yarn add flat flat
yarn add v0.17.2
[1/4] 🔍 Resolving packages...
info Unable to find a suitable version for"debug", please choose one by typing one of the numbers below:
1) "debug@^2.2.0, debug@^2.1.1, debug@*" which resolved to "2.3.3"
2) "[email protected], debug@~2.2.0" which resolved to "2.2.0"
3) "[email protected]" which resolved to "0.7.4"
I'm just trying out yarn now, so I do apologize if this is somehow blatantly obvious. In either case I can't see why this happens, after having read the
yarn add
docs.I'm trying to install
flat
(NPM) (Github)Do you want to request a feature or report a bug?
This is probably a UX issue or an actual bug.
What is the current behavior?
What is the expected behavior?
Please mention your node.js, yarn and operating system version.
This happened locally (OSX El Capitan 10.11.6)
and inside an alpine-node Docker container (
FROM mhart/alpine-node:6.9.1
)The text was updated successfully, but these errors were encountered: