question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find the executable in the release downloads

See original GitHub issue

The documentation states that one can run the software on the desktop but there is no explanation how, or which file to actually run. https://docs.universaldatatool.com/installation

The releases seem to just contain the same directory as one gets when cloning the repo, and there is no linux appimage or similar to be found.

Just to be sure I tried to run npm install (though I know nothing about npm or nodejs):

The command npm install fails:

While resolving: universal-data-tool@0.14.22
Found: react@16.14.0
node_modules/react
  peer react@">= ^16.8.0" from react-data-table-component@6.9.7
  node_modules/react-data-table-component
    react-data-table-component@"^6.2.2" from the root project
  peer react@">= 16.8.0" from styled-components@5.1.1
  node_modules/styled-components
    styled-components@"^5.0.0" from the root project
    peer styled-components@">= ^3.2.3 || >= ^4.0.0 || >= ^5.0.0" from react-data-table-component@6.9.7
    node_modules/react-data-table-component
      react-data-table-component@"^6.2.2" from the root project

Could not resolve dependency:
peer react@"17.0.1" from react-dom@17.0.1
node_modules/react-dom
  peer react-dom@">= 16.8.0" from styled-components@5.1.1
  node_modules/styled-components
    styled-components@"^5.0.0" from the root project
    peer styled-components@">= ^3.2.3 || >= ^4.0.0 || >= ^5.0.0" from react-data-table-component@6.9.7
    node_modules/react-data-table-component
      react-data-table-component@"^6.2.2" from the root project

Tried this on Ubuntu 18.04 mit nvm/node/npm install manually using nvm as described here: https://linuxize.com/post/how-to-install-node-js-on-ubuntu-18.04/#2-installing-nodejs-and-npm

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
seveibarcommented, Feb 8, 2021

We should make it so the release does not appear without those executables, or fix the build so that the executables are included.

1reaction
illtellyoulatercommented, May 27, 2022

@CedricProfessionnel @seveibar

Guys… sorry to say but this is a total mess! I’m a new user and I just followed what the repository REAMDE says:

“Trying to run the web app locally? Run npm install then npm run start after cloning this repository to start the web server.”

So I’ve only done the only one thing that this repository says to do, and I’m getting the following errors:

PS C:\Users\my-username\downloads\universal-data-tool-0.14.26> npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: universal-data-tool@0.14.26
npm ERR! Found: webpack@5.72.1
npm ERR! node_modules/webpack
npm ERR!   peer webpack@">=2" from babel-loader@8.2.5
npm ERR!   node_modules/babel-loader
npm ERR!     peerOptional babel-loader@"^=8.x" from @cypress/react@4.16.4
npm ERR!     node_modules/@cypress/react
npm ERR!       dev @cypress/react@"^4.16.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peerOptional webpack@"^=3.x" from @cypress/react@4.16.4
npm ERR! node_modules/@cypress/react
npm ERR!   dev @cypress/react@"^4.16.4" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\my-username\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\my-username\AppData\Local\npm-cache\_logs\2022-05-27T01_31_09_817Z-debug-0.log

I’ve not used node so much, so honestly I have no idea about the severity of the above issues. I’m on Windows 10, running node v16.15.0. I hope you can point me to the right direction…

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Invalid argument(s): Cannot find executable for G:\bin\flutter ...
Oops; flutter has exited unexpectedly: "Invalid argument(s): Cannot find executable for G:\bin\flutter\bin\cache\artifacts\engine\android-arm64- ...
Read more >
Invalid argument(s): Cannot find executable for where.: flutter
I am tring to install and setup flutter by followig way 1. I downloaded flutter and unzip 2. Added path ...
Read more >
Failed to Start Game (Missing Executable) - Steam Support
This error is seen when a game file is missing or is being blocked by another program. Here are some troubleshooting steps to...
Read more >
Cannot find executable. Are you sure you installed through ...
I have tried many times to install this program, but it continues to produce this error whenever I start it.
Read more >
Windows cannot find ***.exe make sure you typed the name
In Command prompt type sfc /scannow and press enter. Restart the computer. If that doesn't work then try this, Right click your start...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found