sergei-nntu / orb

BSD 2-Clause "Simplified" License
0 stars 0 forks source link

key in npm install #125

Closed sw1pr0g closed 1 month ago

sw1pr0g commented 2 months ago

Maybe we need to update doc and replace npm install with npm install --legacy-peer-deps for the application to work correctly, because when i downloading all modules it drop me a lot of errors.

Screenshot 2024-05-21 at 2 49 53 PM
sw1pr0g commented 2 months ago

@Kropanov check it please

Kropanov commented 2 months ago

@sw1pr0g Something strange, what is a branch?

Kropanov commented 2 months ago

image

sw1pr0g commented 2 months ago

@sw1pr0g Something strange, what is a branch?

develop branch, on macOS it's working but not on Ubuntu 20.04

Kropanov commented 2 months ago

@sw1pr0g Firstly npm-force-resolutions always should be running. Remove node_modules and package-lock.json and try that again.

sw1pr0g commented 2 months ago
Screenshot 2024-05-21 at 3 27 57 PM
sw1pr0g commented 1 month ago

@Kropanov I found out what the problem is - net-tools are required to work correctly on Linux. Specifically on Ubuntu, they can be installed with the command sudo apt install net-tools. After installation everything works as it should.