Edit file File name : bower.json Content :{ "name": "suitecrm", "description": "The award-winning, enterprise-class open source CRM", "main": "", "authors": [ "Sales Agility" ], "license": "AGPL-3.0", "homepage": "https://suitecrm.com", "private": true, "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "jquery": "^3.2.1", "fullcalendar": "^3.4.0" } } Save