Skip to content

Install @ win 10 #85

@genesem

Description

@genesem

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.


[4/4] Building fresh packages...
[1/3] ⠠ cpu-features
[-/3] ⠠ waiting...
error D:\DevWebPixi\.work\open-games-main\bubbo-bubbo\node_modules\cpu-features: Command failed.
Exit code: 1
Command: node buildcheck.js > buildcheck.gypi && node-gyp rebuild
Arguments:
Directory: D:\DevWebPixi\.work\open-games-main\bubbo-bubbo\node_modules\cpu-features
Output:
D:\DevWebPixi\.work\open-games-main\bubbo-bubbo\node_modules\buildcheck\lib\index.js:133
        throw new Error('Unable to detect compiler type');
        ^

Error: Unable to detect compiler type
    at new BuildEnvironment (D:\DevWebPixi\.work\open-games-main\bubbo-bubbo\node_modules\buildcheck\lib\index.js:133:15)
    at Object.<anonymous> (D:\DevWebPixi\.work\open-games-main\bubbo-bubbo\node_modules\cpu-features\buildcheck.js:5:12)
    at Module._compile (node:internal/modules/cjs/loader:1469:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
    at node:internal/main/run_main_module:28:49

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions