Replies: 1 comment
-
hello @3dkrender and thanks for the issue! The vulns reported during For the other reported error it is recommended to run the project with the specified node engine inside package.json
I recommend using nvm to manage local node engines. or alternatively: As per your suggestion - Add the flag to the dev and build command: If needed, CI errors can be suppressed when installing deps by using: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issues with Repository Installation (on Windows)
Runtime Environment:
Windows 11
Node V.18.15.0
Problem Description
I have encountered some issues while trying to install the repository.
When executing
npm install
, the result was:And when attempting to run
npm run docs:dev
, the following error appeared:To solve it, I chose to use Yarn instead of npm:
Now, when running the server, this error appeared:
Solution: Enable legacy OpenSSL provider.
On Unix-like systems (Linux, macOS, Git bash, etc.):
On Windows command prompt:
On PowerShell:
Now everything is OK. I hope this information can be helpful.
Beta Was this translation helpful? Give feedback.
All reactions