Skip to content

Error when install and run in ubuntu 22.04 #5

Answered by pajuhaan
nguyenloi85 asked this question in Q&A
Discussion options

You must be logged in to vote

I've checked with 'npm' and found that the issue was caused by 'npm', since we usually work with 'yarn'. I've implemented a fix to ensure compatibility with 'npm'. Please update and try running it with npm now.

Here are the steps for running in development mode:

  1. Run 'setup.sh': This will add modules (we prefer 'modules' over 'library' as the project is in the ALPHA stage, allowing developers complete control over all code parts within the same project in one IDE).
  2. Run 'yarn install' or 'npm install' to download the necessary dependencies.
  3. Run 'yarn serve' or 'npm serve': This will read the '.env' file, build a development version of the project, and create a local server at 'localhost:80…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@nguyenloi85
Comment options

@pajuhaan
Comment options

Answer selected by nguyenloi85
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants