Troubleshooting
Solutions to common problems.
Mở link cho tab mới
target=\"_blank\" rel=\"noopener noreferrer\"
Problems updating npm packages
Delete the ./node_modules
folder, and run again:
npm install
Problems with cache
Delete the temporary directories:
npm run clean