Search code examples
djangosaleor

OSError at /en/ Django Saleor webpack error


I am trying Django Saleor to experience ECommerce framework. But I get this error. And I even tried finding the project root, I couldn't find webapck-bundle.json.

This is the error of my django debug page

OSError at /en/
Error reading /workspace/saleor/saleor/webpack-bundle.json. Are you sure webpack has generated the file and the path is correct?

Solution

    1. Install Node.js
    2. npm install
    3. Prepare front-end assets
    4. Start the development server