Closed GLADI8R closed 2 years ago
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.
In the Readme.md file in the root directory, removed the --save flag and it worked.
Description
Running the below command while setting up the project on local machine, I got some error related to this.
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.