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
I successfully built Kibana master on my Windows 10 today. There were a couple of setup things I had to deal with.
I had Python 3.7.3 in my path, but a re2 package failed to build. Switching to Python 2.7.15 fixed it. It might also work with 3.7.5. But I think the change in this package is being reverted because of these various Python version issues;
[elastic/kibana] Using re2 for Timelion regular expressions (Using re2 for Timelion regular expressions #55208)
I had to run npm install --global --production windows-build-tools with Windows administrator privilege. (I use a git-bash shell and used "Run as administrator" to do this step).
I'm attaching a text file log of my local build with line numbers added. This might be useful for someone to say where their build failed.
Kibana version: master
Server OS version: Windows 10
Original install method (e.g. download page, yum, from source, etc.): kibana repo
Describe the bug:
yarn build --skip-os-packages
fails on Windows as shown below.Provide logs and/or server output (if relevant):
I think the failure (based on debug logging I had originally inserted in the 6.6 branch) might be caused by this package.json being empty?
This one is not empty;
Any additional context:
This output was when I had added a debugging console.log in the 6.6 branch;
The text was updated successfully, but these errors were encountered: