Skip to content

Build failing for Generic editor #562

Closed Answered by vaibhavbhuva
JeslyJoseph asked this question in Installation
Discussion options

You must be logged in to vote

@JeslyJoseph Thanks for reaching out.

From the above error message, it looks like you didn't install libpng, which is causing the error. Try installing libpng first and make sure you have all the prerequisites installed.

Here's the command:

sudo apt-get install libpng-dev

If you have made any previous npm installation attempts, which you most likely have, clean everything and then do a fresh dependency installation:

rm node_modules -R
rm package-lock.json
npm cache clear --force
npm install

Please let me know if you have any other questions.
cc: @vinukumar-vs @sajeshkayyath

Regards,
Vaibhav Bhuva

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JeslyJoseph
Comment options

Answer selected by JeslyJoseph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants