-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install @ win 10 #85
Comments
Has the problem been solved?
|
Hey everyone, thanks for raising the issue @ddenisyuk this error seems to be coming from the |
Checking... |
@genesem, @YVeselovskyi, @Element1493 As this is an environment-specific issue and I'm unable to reproduce it on my machine, could you please try installing the latest version of |
|
@Zyie In general, this is not an issue; it is due to the lack of environment prerequisites for the cpu-features library (CMake?). The cpu-features library is used to detect supported CPU instructions to select the most appropriate encoder binary for optimal encoding speed. The only thing I can do from my side is to make this dependency optional, and the error can be bypassed by using the --omit=optional installation flag. |
Same error as above. As a quick workaround it's possible to install / build in WSL, but it's quite a hussle. Maybe it is possble to avoid to use "cpu-features" package at all? |
|
hey @genesem can you check if |
Please note that cpu-features is listed under optionalDependencies. Therefore, you need to use |
Hey, But,
|
I'm sorry a bit.
Thank a lot guys! p.s. so under windows the sequence should be:
|
The package just wont install on win10 with node 20.x and yarn.
Commands:
mkdir test && cd test
yarn init -y
yarn add -D @assetpack/core
The package 'cpu-features' it use, requires CMake according to their (npm) documentation:
https://www.npmjs.com/package/cpu-features#requirements
i.e. it won't able to build the 'cpu-features' package.
The text was updated successfully, but these errors were encountered: