Kibana build error

info [ kibana ] Copying source into platform-generic build directory
│ERROR failure 13 sec
│ERROR Error: EINVAL: invalid argument, utime 'D:\Desktop\kibana\kibana\kibana-7.10.0.0\build\kibana\yarn.lock'

My operating system is windows10, is it because of my operating system?

hmm, I suspect something wrong with the node_modules. Can you please?

npm install -g npm@latest
cd your_project_directory
rm -rf node_modules
npm install

let us know if this works,
cc @jbudz

Building from Windows isn't supported unfortunately. More info on how to build can be found at Building a Kibana distributable | Kibana Guide [master] | Elastic.

Thank you. I'm studying the document carefully

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.