node-file-dialog icon indicating copy to clipboard operation
node-file-dialog copied to clipboard

Opens file dialog gui in nodejs server side

Results 10 node-file-dialog issues
Sort by recently updated
recently updated
newest added
trafficstars

I've got my project deployed on Vercel, and when I try to run this library in production I get this error ![image](https://github.com/manorit2001/node-file-dialog/assets/105791463/716fb8e6-c454-4efd-916e-9195566876b2) This is the code where I'm running the...

- Added type linking in package.json to resolve the error 'node-file-dialog' declaration file not found. ISSUES CLOSED: #14

I've encountered an error when trying to use node-file-dialog in my TypeScript project. The error message is: `` Could not find a declaration file for module 'node-file-dialog'. 'c:/Users/raulc/Desktop/Dev/Webs/EasyViewerWeb/node_modules/node-file-dialog/index.js' implicitly has...

Using the -t option will allow the user to specify a name and an extension format for filtering the files in the dialog. Example: Command `python ./python/dialog.py -f -t Executable...

To support path like `D:\Program Files\**\dialog.exe` with space included on platform win32. In current version of `[email protected]`, error occurs when meet that case.

added quotes around the windows path to allow for whitespace

estava com um erro, então resolvi pinar as configurações no próprio código ` const {exec} = require('child_process'); const path = require('path'); const {EOL} = require('os'); const pjson = require('./package.json'); const...

Currently on windows you get an error when selecting directories with spaces in the name. This fixes it by adding "" around it.

Noticed that all the python dialog calls do not pass any options in. Would love to be able to control title, file extension filter, initial directory to open in, etc....

**What version of this package are you using?** 1.0.3 **What problem do you want to solve?** exec() can't deal with root path spaces to .exe files C:\Users\Usuario\Desktop\\**demo space folder name**\src\node_modules\node-file-dialog\python\dist\windows\dialog.exe...

bug