'node filename.js opens file explorer in Windows instead of web browser, however same code opens the intended browser on Linux

I am following the code here in finish folder: https://github.com/googlecodelabs/slides-api

In instructions as written here: https://codelabs.developers.google.com/codelabs/slides-api#2

I do node ., but it opens the Windows file explorer!

When done same on Linux environment (Ubuntu, WSL2), the web browser is opened which is expected!

How do I make it work on Windows 11 so that it opens a web browser?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source