Open aaetera opened 2 years ago
Same for me
I have such a problem. Help me please!!!
The latest release should fix that: https://github.com/ethereum/remix-desktop/releases please reopen if the issue is still persisting
Installed latest release (v1.3.5), still have Javascript error, but triggered in different file. I'm sure, that it's caused by my environment, but can't understand why. :(
The latest release should fix that: https://github.com/ethereum/remix-desktop/releases please reopen if the issue is still persisting
I also can't reopen issue if contributor closed it :)
could you describe which version of windows you are using?
Windows 10 Pro, 21H2 Also have Git Bash, Node v16.14.2 installed. Hope, other apps can't influence workflow of Remix IDE
the error happens in https://github.com/sindresorhus/windows-release/blob/main/index.js#L42 . it looks like this module doesn't support Windows 10 Pro. I'd say you could try running the powershell command from the link above and see what's the underlying error. Feel free to share the error you see.
Seems like powershell output is in Unicode, maybe you should change Powershell language temporarily, while u need it ? https://www.anycodings.com/1questions/2636501/temporarily-change-powershell-language-to-english
Cause I can't find the way to change powershell output language globally, for all sessions
This is not needed by us directly but by one of the dep we are using: windows-release
.
I created an issue in the windows-release
repo https://github.com/sindresorhus/windows-release/issues/27
below two steps can resolve this issue.
- add path environment varible for powershell "%SystemRoot%/system32/WindowsPowerShell/v1.0"
How to name it ?
I have a user who is seeing something similar (I tracked the error to this module).
After installing Remix IDE release Remix-IDE-Setup-1.3.4.exe I'm facing this issue
I run installer as Administrator and installed for all users. Had this issue also on 1.3.3 version, it might be a problem with my env - please guide me on how to solve it.