Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
added 66 characters in body
Source Link
Inliner
  • 1.7k
  • 13
  • 13

I'll try to answer your question

  1. Old lock file means you are using newer version of node js
  • Try downgrading ( at the time of this writing hashlips seems to be using node 14)
  1. Try install canvas manually, because "prebuilds" are not supported for M1 Macs as far as I understand

a. "brew install pkg-config cairo pango libpng jpeg giflib librsvg" b. "npm install canvas" //Inside hashlips directory

After that everything should work

I'll try to answer your question

  1. Old lock file means you are using newer version of node js
  • Try downgrading
  1. Try install canvas manually, because "prebuilds" are not supported for M1 Macs as far as I understand

a. "brew install pkg-config cairo pango libpng jpeg giflib librsvg" b. "npm install canvas" //Inside hashlips directory

After that everything should work

I'll try to answer your question

  1. Old lock file means you are using newer version of node js
  • Try downgrading ( at the time of this writing hashlips seems to be using node 14)
  1. Try install canvas manually, because "prebuilds" are not supported for M1 Macs as far as I understand

a. "brew install pkg-config cairo pango libpng jpeg giflib librsvg" b. "npm install canvas" //Inside hashlips directory

After that everything should work

Source Link
Inliner
  • 1.7k
  • 13
  • 13

I'll try to answer your question

  1. Old lock file means you are using newer version of node js
  • Try downgrading
  1. Try install canvas manually, because "prebuilds" are not supported for M1 Macs as far as I understand

a. "brew install pkg-config cairo pango libpng jpeg giflib librsvg" b. "npm install canvas" //Inside hashlips directory

After that everything should work