react app with tailwind deploying issue heroku

Viewed 14

heroku says

   added 1605 packages, and audited 1606 packages in 15s
   
   223 packages are looking for funding
     run `npm fund` for details
   
   6 high severity vulnerabilities
   
   To address all issues (including breaking changes), run:
     npm audit fix --force
   
   Run `npm audit` for details.
   

-----> Build Running build

   > frontend@0.1.0 build
   > react-scripts build
   
   Creating an optimized production build...
   Failed to compile.
   
   static/css/main.a8ac7e21.css from Css Minimizer plugin
   /tmp/build_e79f02b1/static/css/main.a8ac7e21.css:2532:73: Unknown word [webpack://./src/index.css:3,0][static/css/main.a8ac7e21.css:2532,73]
   
   

-----> Build failed

   We're sorry this build is failing! You can troubleshoot common issues here:
   https://devcenter.heroku.com/articles/troubleshooting-node-deploys
   
   Some possible problems:
   
   - Node version not specified in package.json
     https://devcenter.heroku.com/articles/nodejs-support#specifying-a-node-js-version
   
   Love,
   Heroku
   

! Push rejected, failed to compile Node.js app. ! Push failed

here is my code https://github.com/sardor1215/test/tree/master

1 Answers
Related