fossology / FOSSologyUI

Repository to hold the new UI framework for FOSSology built with React
https://fossology.github.io/FOSSologyUI/
GNU General Public License v2.0
47 stars 85 forks source link

Unsupported --save during npm packages installation removed in Readme.md #272

Closed GLADI8R closed 1 year ago

GLADI8R commented 1 year ago

Description

Running the below command while setting up the project on local machine, I got some error related to this.

docker-compose -f docker-compose.dev.yml exec -w /usr/src/fossologyui fossologyui_server yarn add --save <package name> #Install npm package for react-dev-server

It says that --save flag is unsupported by yarn.

Changes

In the Readme.md file in the root directory, removed the --save flag and it worked.