mnfst / manifest

A Backend so simple that it fits in a YAML file ✨

Home Page:https://manifest.build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't build the case/server package

shavidze opened this issue · comments

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://github.com/casejs/CASE/blob/master/packages/case/README.md'
    When I run
npm run build 

getting the error

Error: Cannot find module 'webpack'

Environment (please give information about your environment):

  • OS: [iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Welcome to CASE, thank you for adding your first issue !

commented

@shavidze you have to install dependencies before the build:

npm install
npm run build

I updated the README, thanks for creating that issue 👍

@shavidze you have to install dependencies before the build:

npm install
npm run build

I updated the README, thanks for creating that issue 👍

Sure I ran npm install before running build, It didn't work and it does not work for now for me 🤔