cannot read property 'match' of undefined angular code example
Example 1: npm install Cannot read property 'match' of undefined
rm -rf package-lock.json node_modules
npm install
Example 2: Cannot read property 'match' of undefined
manually remove package-lock.json
manually remove bin folder in node_modules
npm install