AngularAngular 2+Angular 6+ Could not find plugin “proposal-numeric-separator” in angular app By Rahul Bhutani - March 26, 2020 0 1055 Share Facebook Twitter Google+ Pinterest WhatsApp Adding the dependency @babel/compat-data”: “7.8.0” fixed the issue for me. In package.json file add this CODE "dependencies": { "@babel/compat-data": "7.8.0", ... } npm install ng build --prod