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
Describe the bug
This looks a very interesting project, though I wasn't able to run dim on my system, I have a macbook with apple M1 chip, so it's macos on arm arch and this are the problems:
The prebuilt bins are just for linux.
I can't build from sources.
Build problems
Frontend
the node-sass package is deprecated and it doesn't install at all given the node-sass version and my arch.
This was easy to fix, I just installed the sass package and removed node-sass from package.json.
Moreover having the yarn.lock in the root and package.json in the subfolder causes a bit of troubles when installing packages,
I needed to move yarn.lock into the frontend folder.
Rust
Can't build the backend as I get many issues about the Cargo.toml files and the workspace.package.authors, it says it can't inherit the value from the parent Cargo.toml file
To Reproduce
Steps to reproduce the behavior:
download the prebuilt bins from Github and try to run it, it doesn't work
try to compile following the instructions on the README, it doesn't compile
Expected behavior
To be able to run from binaries
or to be able to compile
Device and browser including versions:
macOS: 13.2.1 (22D68), Apple M1 chip (arm64)
The text was updated successfully, but these errors were encountered:
Describe the bug
This looks a very interesting project, though I wasn't able to run dim on my system, I have a macbook with apple M1 chip, so it's macos on arm arch and this are the problems:
Build problems
Frontend
the
node-sass
package is deprecated and it doesn't install at all given the node-sass version and my arch.This was easy to fix, I just installed the
sass
package and removednode-sass
from package.json.Moreover having the yarn.lock in the root and package.json in the subfolder causes a bit of troubles when installing packages,
I needed to move yarn.lock into the frontend folder.
Rust
Can't build the backend as I get many issues about the
Cargo.toml
files and theworkspace.package.authors
, it says it can't inherit the value from the parent Cargo.toml fileTo Reproduce
Steps to reproduce the behavior:
Expected behavior
To be able to run from binaries
or to be able to compile
Device and browser including versions:
macOS: 13.2.1 (22D68), Apple M1 chip (arm64)
The text was updated successfully, but these errors were encountered: