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
Issue Description
Having trouble getting the project to build and run. Unclear what the recommended build environment is. Tried Windows 11 and Ubuntu 24.04 (WSL) with different issues on each.
Windows Issue
C:\data\human>npm run build
npm warn using --force Recommended protections disabled.
> @vladmandic/[email protected] build
> rimraf test/build.log && node build.js
2024-10-22 10:52:56.304802: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
2024-10-22 10:52:56 DATA: Build { name: '@vladmandic/human', version: '3.3.3' }
2024-10-22 10:52:56 INFO: Application: { name: '@vladmandic/human', version: '3.3.3' }
2024-10-22 10:52:56 INFO: Environment: { profile: 'production', config: '.build.json', package: 'package.json', tsconfig: true, eslintrc: true, git: false }
2024-10-22 10:52:56 INFO: Toolchain: { build: '0.10.1', esbuild: '0.23.1', typescript: '5.5.4', typedoc: '0.26.7', eslint: '8.57.0' }
2024-10-22 10:52:56 INFO: Build: { profile: 'production', steps: [ 'clean', 'compile', 'typings', 'typedoc', 'lint', 'changelog' ] }
2024-10-22 10:52:56 STATE: Clean: { locations: [ 'dist/*', 'types/*', 'typedoc/*' ] }
C:\data\human\node_modules\@vladmandic\build\dist\build.js:22338
throw Object.assign(new Error("Illegal characters in path."), {
^
Error: Illegal characters in path.
at pathArg (C:\data\human\node_modules\@vladmandic\build\dist\build.js:22338:27)
at C:\data\human\node_modules\@vladmandic\build\dist\build.js:23015:17
at run5 (C:\data\human\node_modules\@vladmandic\build\dist\build.js:23054:50)
at Build.run (C:\data\human\node_modules\@vladmandic\build\dist\build.js:23322:17)
at main (C:\data\human\build.js:112:15)
at Object.<anonymous> (C:\data\human\build.js:153:1)
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) {
path: 'C:\\data\\\human\\dist\\*',
code: 'EINVAL'
}
Node.js v20.18.0
API-Extractor error is due to that lib not being able to handle specific .d.ts definition as its not supported yet, but i don't want to downgrade the rest of the dependencies just to get api-extractor happy. for now, this is expected and does not cause any issues.
Issue Description
Having trouble getting the project to build and run. Unclear what the recommended build environment is. Tried Windows 11 and Ubuntu 24.04 (WSL) with different issues on each.
Windows Issue
Linux Issue
Steps to Reproduce
npm install --dev
npm run build
Expected Behavior
Environment
Environment1: Windows 11, nodejs v20.18.0, Python 3.12.7
Environment2: Ubuntu 24.04, nodejs v20.18.0, Python 3.12.3
js
,esm
,esm-nobundle
)? N/AThe text was updated successfully, but these errors were encountered: