You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error does not appear after running yarn remove is-hidden-file, and based on the error output it appears to be connected with problems running make on the latest version of is-hidden-file.
To Reproduce
Steps to reproduce the behavior:
Run yarn start
Wait for build to reach the Preparing native dependencies stage
See error
Expected behavior
Should compile and run without issue.
Screenshots
Versions (please complete the following information):
Additional context
The missing tchar.h file during the CXX compiling of C/C++ code indicates that this is an issue deep within the compilation process; likely occurring during linking with native code. Per the is-hidden-file documentation:
Windows: Check if file hidden using native code.
So the use of native code might be dependent on the underlying system, which would need to be Windows only in this case.
The text was updated successfully, but these errors were encountered:
For the same reasoning as #379, this issue is no longer relevant. Synectic no longer require any additional libraries (such as is-hidden-file) to work with git status and filesystem commands.
Describe the bug
Attempting to run Synectic with
is-hidden-file
installed results in the following error:This error does not appear after running
yarn remove is-hidden-file
, and based on the error output it appears to be connected with problems runningmake
on the latest version ofis-hidden-file
.To Reproduce
Steps to reproduce the behavior:
yarn start
Preparing native dependencies
stageExpected behavior
Should compile and run without issue.
Screenshots
Versions (please complete the following information):
feature/base-rebuild
)Additional context
The missing
tchar.h
file during theCXX
compiling of C/C++ code indicates that this is an issue deep within the compilation process; likely occurring during linking with native code. Per theis-hidden-file
documentation:The text was updated successfully, but these errors were encountered: