Skip to content

npm install and npm run dev not working #9

@katopz

Description

@katopz

Step to reproduce

  1. Checkout fresh install.
  2. npm i
  3. npm run dev

Results

  • webpack throw error

Workaround

  1. yarn install // To install dependency
  2. npm run build // To create build folder
  3. npm run dev // To start webpack-dev-server

Or

  1. yarn install // To install dependency
  2. npm run start // To create build folder and start http-server

PS : I can see some movement in other branch so I didn't propose fixed PR to prevent conflict. :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions