Jan build error on windows 11 #2222
Replies: 1 comment
-
i also got another error (EACCESS) after uninstalling the anti-virus software warning "workspace-aggregator-594c2828-927e-4257-8266-8d026274ad85 > jan-web > react-hot-toast > [email protected]" has unmet peer dependency "csstype@^3.0.10". |
Beta Was this translation helpful? Give feedback.
-
i installed yarn --version (1.22.19) node --version (v21.6.2) make --version (GNU Make 4.4.1)
but the "make dev" build failed quickly, can anyone help? why does it has "EPERM" error?
really appreciate it!
cd uikit && yarn config set network-timeout 300000 && yarn install && yarn build
yarn config v1.22.19
success Set "network-timeout" to "300000".
Done in 0.04s.
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
warning Pattern ["@janhq/core@link:./web/core"] is trying to unpack in the same destination "C:\Users\rick\AppData\Local\Yarn\Cache\v6\[email protected]\node_modules\@janhq\core" as pattern ["@janhq/core@link:./electron/core"]. This could result in non-deterministic behavior, skipping.
warning Pattern ["@janhq/core@link:./server/core"] is trying to unpack in the same destination "C:\Users\rick\AppData\Local\Yarn\Cache\v6\[email protected]\node_modules\@janhq\core" as pattern ["@janhq/core@link:./electron/core"]. This could result in non-deterministic behavior, skipping.
error An unexpected error occurred: "EPERM: operation not permitted, unlink 'C:\Users\rick\Documents\ai\jan\node_modules\.yarn-integrity'".
info If you think this is a bug, please open a bug report with the information provided in "C:\Users\rick\Documents\ai\jan\uikit\yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
make: *** [Makefile:10: build-uikit] Error 1
Beta Was this translation helpful? Give feedback.
All reactions