Building Kibana from source code got "operation not permitted, rename" ERROR

When I run yarn build --skip-os-packages, it got error below:

ERROR Error: EPERM: operation not permitted, rename........

Hi @gnehcnij,

In future please share errors as text or code snippets rather than images to make it easier to read. Have you tried renaming the file package.json.2680637723 to package.json as is recommended?

For EPERM issues I would recommend clearing the node_modules folder for the project, reinstalling, and running the project as per the getting started guide in the docs.

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