air icon indicating copy to clipboard operation
air copied to clipboard

Change your dependencies

Open khoipro opened this issue 3 years ago • 0 comments

Your dependencies are below:

    "@fullhuman/postcss-purgecss": "^1.2.0",
    "autoprefixer": "^9.7.3",
    "cross-env": "^6.0.3",
    "laravel-mix": "^5.0.0",
    "postcss-import": "^12.0.1",
    "postcss-nested": "^4.2.1",
    "tailwindcss": "^1.1.4"

When running npm run development, you missed browser-sync package.

Some packages should move to devDependencies, like postcss-*, cross-ev, autoprefixer.

khoipro avatar Dec 16 '21 03:12 khoipro