I'm try to install bootstrap in my symfony project (4) with yarn command. "error Incorrect integrity when fetching from the cache"
i follow guide document for symfony. https://symfony.com/doc/current/frontend/encore/bootstrap.html
i've tried to clear cache, remove yarn dependencies from package.json, reinstall yarn, delete package.json et install again. i also try to give licence for my package.json with the command : "yarn licenses list"
{
  "devDependencies": {
    "@symfony/webpack-encore": "^0.28.0",
    "webpack-notifier": "1.6.0"
  },
  "dependencies": {
    "jquery": "^3.4.1",
    "popper": "^1.0.1"
  },
  "version": "0.0.0"
}
when i try to use : "yarn add bootstrap@4 --dev", i get this error : "error Incorrect integrity when fetching from the cache"
warning messsage for each yarn command i execute : No licence field.
 
    