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

Windows társításnál nem jó a working directory #37

Open
juzraai opened this issue Feb 11, 2024 · 0 comments
Open

Windows társításnál nem jó a working directory #37

juzraai opened this issue Feb 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@juzraai
Copy link
Owner

juzraai commented Feb 11, 2024

Ld. #36 , Windows 11-en, társításos futtatásnál a szamlak mappa nem a program mellé került - pedig oda kéne.

Ötletek:

  • ./szamlak lehet, hogy nem elegáns, path modullal kéne dolgozni
  • lehet, hogy __dirname-et kéne használni - persze figyelve arra, hogy globális NPM install esetén az nem jó

Első körben meg kéne nézni, Windows-on ezek mit dobnak ki normál, társított és global futtatásnál:

console.log(__dirname)
console.log(process cwd())
console.log(require('path').resolve('./'))
console.log(process.argv)
@juzraai juzraai added the bug Something isn't working label Feb 11, 2024
@juzraai juzraai self-assigned this Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant