Flex-layout: yarn add @angular/flex-layout-builds --save not working

Created on 14 Feb 2018  路  4Comments  路  Source: angular/flex-layout

Bug, feature request, or proposal:

https://github.com/angular/flex-layout/wiki/Fast-Starts
This page suggests me to run yarn add @angular/flex-layout-builds --save

What is the expected behavior?

should install :)

What is the current behavior?

yarn add @angular/flex-layout-builds --save
yarn add v1.3.2
[1/4] 馃攳  Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/@angular%2fflex-layout-builds: Not found".
info If you think this is a bug, please open a bug report with the information provided in "/Users/markus/projects/fodi/market/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

What are the steps to reproduce?

run yarn add @angular/flex-layout-builds --save on a new cli project

What is the use-case or motivation for changing an existing behavior?

:)

All 4 comments

Try this instead:

yarn add angular/flex-layout-builds

The yarn command has been removed from the latest version, which has not yet been published

Just tried this locally and it worked, closing.

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings

Related issues

spottedmahn picture spottedmahn  路  5Comments

jcoronel94 picture jcoronel94  路  4Comments

intellix picture intellix  路  4Comments

manuelbachl picture manuelbachl  路  5Comments

MarcusMorba picture MarcusMorba  路  3Comments