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 got an error when installing the frontend packages with the npm install command.
The source of the error was the canvas package. Luckily this StackOverflow post saved my day. I had to download the compiling dependencies for the canvas package on my Ubuntu 20.04 machine.
Then I thought this error might happen whenever someone tried a fresh installation of the frontend packages. Has anyone encountered this error when installing the frontend packages before? How common does this error occur?
If this is a common error, we should document it and I'm ready to work on documenting it if it's worth doing so.
What is your experience?
The text was updated successfully, but these errors were encountered:
I got an error when installing the frontend packages with the
npm install
command.The source of the error was the canvas package. Luckily this StackOverflow post saved my day. I had to download the compiling dependencies for the canvas package on my Ubuntu 20.04 machine.
Then I thought this error might happen whenever someone tried a fresh installation of the frontend packages. Has anyone encountered this error when installing the frontend packages before? How common does this error occur?
If this is a common error, we should document it and I'm ready to work on documenting it if it's worth doing so.
What is your experience?
The text was updated successfully, but these errors were encountered: