-
-
Notifications
You must be signed in to change notification settings - Fork 258
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
Error: Cannot find a specific module on FreeBSD 13.1 #373
Comments
so, apparently hfs is not supporting freebsd :( |
root@fs-new:~ # npm i fs-xattr npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2023-10-11T18_46_25_814Z-debug-0.log |
Version 0.45 works fine. |
good to know. |
To Reproduce
Steps to reproduce the behavior:
Describe the bug
ERROR
node:internal/modules/cjs/loader:1080
throw err;
^
Error: Cannot find module '/root/node_modules/fs-x-attributes/prebuilds/freebsd-x64.node'
Require stack:
at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
at Module._load (node:internal/modules/cjs/loader:922:27)
at Module.require (node:internal/modules/cjs/loader:1143:19)
at require (node:internal/modules/cjs/helpers:119:18)
at Object. (/root/node_modules/fs-x-attributes/index.js:5:32)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Module.require (node:internal/modules/cjs/loader:1143:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/root/node_modules/fs-x-attributes/index.js',
'/root/node_modules/hfs/src/util-files.js',
'/root/node_modules/hfs/src/misc.js',
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: