I am trying to install flex-layout
using this command npm install --save @angular/flex-layout
.
I am getting these errors:
node version: v10.1.0
npm version: 6.0.1
Angular : 6.1.2
I have created many branches
for the project in Visual studio code(vscode)
,In the last branch
this installation was successful and in the package.json
file it was showing in dependencies as "@angular/flex-layout": "^6.0.0-beta.18",
Now in the new branch
i am trying to install with the same command.Now in the package.json
file, the dependencies is like this "@angular/flex-layout": "^7.0.0-beta.19", and getting the errors
as shown in above image.
How can i install particular version of flex-layout means version 6
??