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

Problems with Node 12 on Windows #289

Open
Psychosynthesis opened this issue Apr 29, 2021 · 0 comments
Open

Problems with Node 12 on Windows #289

Psychosynthesis opened this issue Apr 29, 2021 · 0 comments

Comments

@Psychosynthesis
Copy link

Psychosynthesis commented Apr 29, 2021

Somethere in code of node-source-map-support there is a check like
(env.SOME_VAR === undefinded)
But in windows there is no global variable env, so this code falls out with an error.
Also, Windows 7 is not supported by the latest versions of NodeJS (14 and higher), so there is no way to update the Node.

P.S. Perhaps the problem is in the code of some kind of dependency (since I could not find such a code in the sources of this repository), but the error is returned by source-map-support = (

What to fix: Change everywhere in the code env. on process.env.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant