mattermost-community / focalboard

Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
https://www.focalboard.com
Other
22.06k stars 1.99k forks source link

Bug: Gives dependency error when doing linux developer setup following the developer setup guide #3221

Open imasdekar opened 2 years ago

imasdekar commented 2 years ago

Below is the error received


> focalboard@7.2.0 pack
> cross-env NODE_ENV=production webpack --config webpack.prod.js

sh: line 1: cross-env: command not found
make: *** [Makefile:158: webapp] Error 127

Steps to reproduce the behavior

Following dev-setup guide, I did the following steps.

  1. git clone the repo git@github.com:mattermost/focalboard.git
  2. cd into the cloned repo folder
  3. run the command make linux-app

Expected behavior

It should build the standalone linux desktop application without giving the npm dependencies error(mentioned above)

Screenshots (optional)

If applicable, add screenshots or a screen recording to elaborate on the problem.

Edition and Platform

wuwinson commented 2 years ago

cc @chenilim @justinegeffen