node-pac icon indicating copy to clipboard operation
node-pac copied to clipboard

Package is broken

Open exagyde opened this issue 1 year ago • 0 comments

Hello, Impossible to use the pac npm package, nothing works even pac help, same error every time, I tried everything nothing works

Node.js v20.17.0 npm v10.8.2

fs.js:44
} = primordials;
    ^

ReferenceError: primordials is not defined
    at fs.js:44:5
    at req_ (C:\Users\...\AppData\Roaming\npm\node_modules\pac\node_modules\natives\index.js:143:24)
    at Object.req [as require] (C:\Users\...\AppData\Roaming\npm\node_modules\pac\node_modules\natives\index.js:55:10)
    at Object.<anonymous> (C:\Users\...\AppData\Roaming\npm\node_modules\pac\node_modules\graceful-fs\fs.js:1:37)
    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 Module.require (node:internal/modules/cjs/loader:1311:19)
    at require (node:internal/modules/helpers:179:18)

exagyde avatar Sep 24 '24 09:09 exagyde