Giter Site home page Giter Site logo

Comments (2)

sharmasourabh avatar sharmasourabh commented on May 2, 2024 1

You can make it work on Windows 7 by using Git Bash or similar tools. I used Git Bash, and it worked:

[email protected] build C:\dev\workspace\v02\v03\react-semantic.ui-starter
webpack --config webpack_config/webpack.prod.js

0% compiling 10% building modules 0/1 mo 10% b 69% building modules 1003/1004 modules 1 92% chunk asset optimization(node:2900) DeprecationWarning: Chunk.modules is deprecated. Use Chunk.getNumberOfMod 95% emitting
Starting to optimize CSS...
Processing vendor.edebc2fc.css...
Processed vendor.edebc2fc.css, before: 784891, after: 549938, ratio: 70.07% 95% emitting
Starting to optimize CSS...
Processing vendor.edebc2fc.css...
Processed vendor.edebc2fc.css, before: 784891, after: 549938, ratio: 70.07% Hash: 637e2b7051fe011b1b4bcc5413f93a429fb44cb6
Version: webpack 3.4.1
Child
Hash: 637e2b7051fe011b1b4b
Time: 281427ms

from suicrux.

Metnew avatar Metnew commented on May 2, 2024

@toddler4372 Hi, probably you need cross-env package to run it on Windows, I currently have no plans to add this feature, but PR with this feature would be very helpful 👍

Probably, you need to replace in webpack.prod.js

exec('rm -rf dist/')

With

exec('cross-env rm-rf dist/')

I've never worked with Windows, so my suggestion may be wrong

from suicrux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.