OK… I got through the last error by updating NPM and NodeJS. I then re-ran the commands you stated with no errors. Ran the “make build” still get the same thing.
[email protected]:/home/homeseer/pixlet/pixlet# npm install
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient…
npm WARN old lockfile
up to date, audited 699 packages in 48s
102 packages are looking for funding
run npm fund
for details
found 0 vulnerabilities
[email protected]:/home/homeseer/pixlet/pixlet# npm run build
[email protected] build
webpack --config webpack.prod.js
assets by info 2.49 MiB [immutable]
assets by path *.woff2 159 KiB
asset fbec73474c1c92fba7af.woff2 119 KiB [emitted] [immutable] [from: node_modules/@fontsource/material-icons/files/material-icons-base-400-normal.woff2] (auxiliary name: main)
asset 7fa387951673abf164b1.woff2 20.6 KiB [emitted] [immutable] [from: node_modules/@fontsource/barlow/files/barlow-latin-400-normal.woff2] (auxiliary name: main)
asset da26d162ff5af71d6590.woff2 13 KiB [emitted] [immutable] [from: node_modules/@fontsource/barlow/files/barlow-latin-ext-400-normal.woff2] (auxiliary name: main)
asset 7e78e8338af7efeda712.woff2 6.59 KiB [emitted] [immutable] [from: node_modules/@fontsource/barlow/files/barlow-vietnamese-400-normal.woff2] (auxiliary name: main)
assets by path *.woff 191 KiB
asset 88899cc48af9534ab3fb.woff 152 KiB [emitted] [immutable] [from: node_modules/@fontsource/material-icons/files/material-icons-base-400-normal.woff] (auxiliary name: main)
asset 9a898b4c5f67effe33ec.woff 39.1 KiB [emitted] [immutable] [from: node_modules/@fontsource/barlow/files/barlow-all-400-normal.woff] (auxiliary name: main)
asset main.b8c9f1962a3849c12508.js 1.97 MiB [emitted] [immutable] [minimized] [big] (name: main) 2 related assets
asset b14b22d8f14772ee223b.png 179 KiB [emitted] [immutable] [from: src/features/preview/mask.png] (auxiliary name: main)
assets by path …/ 411 bytes
asset …/index.html 303 bytes [emitted]
asset …/dist.go 108 bytes [emitted] [from: src/dist.go.txt] [copied]
asset favicon.png 579 bytes [emitted]
orphan modules 3.95 MiB [orphan] 981 modules
runtime modules 2.47 KiB 7 modules
cacheable modules 3.54 MiB (javascript) 529 KiB (asset)
modules by path ./node_modules/ 436 KiB (javascript) 350 KiB (asset)
javascript modules 435 KiB 134 modules
asset modules 252 bytes (javascript) 350 KiB (asset)
modules by path ./node_modules/@fontsource/barlow/ 168 bytes (javascript) 79.3 KiB (asset) 4 modules
modules by path ./node_modules/@fontsource/material-icons/ 84 bytes (javascript) 271 KiB (asset) 2 modules
modules by path ./src/ 3.11 MiB (javascript) 179 KiB (asset)
modules by path ./src/features/schema/ 3.87 KiB 2 modules
modules by path ./src/features/preview/ 1.79 KiB (javascript) 179 KiB (asset) 2 modules
+ 4 modules
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
main.b8c9f1962a3849c12508.js (1.97 MiB)
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
main (1.97 MiB)
main.b8c9f1962a3849c12508.js
WARNING in webpack performance recommendations:
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit Code Splitting | webpack
webpack 5.69.1 compiled with 3 warnings in 155733 ms
[email protected]:/home/homeseer/pixlet/pixlet# make build
rm -f pixlet
rm -rf ./build
rm -rf ./out
go build -o pixlet tidbyt.dev/pixlet
build tidbyt.dev/pixlet: cannot find module for path embed
make: *** [Makefile:20: build] Error 1
[email protected]:/home/homeseer/pixlet/pixlet#