We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
szamlak
Ötletek:
./szamlak
path
__dirname
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)
The text was updated successfully, but these errors were encountered:
juzraai
No branches or pull requests
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__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:
The text was updated successfully, but these errors were encountered: