Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to build this project #31

Open
main0c opened this issue Oct 26, 2022 · 1 comment
Open

how to build this project #31

main0c opened this issue Oct 26, 2022 · 1 comment

Comments

@main0c
Copy link

main0c commented Oct 26, 2022

npm i
npm build dev

which env for this project
npm -v?

@vladlavrik
Copy link
Owner

The current LTS version (18) of nodejs is ok.

To build:
npm i
npm build dev for dev mode (watch files to rebuild) or npm build build (just for onetime build)

If build error "Error: error:0308010C:digital envelope routines::unsupported" occurs, use NODE_OPTIONS=--openssl-legacy-provider npm run dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants