node npm makefile

  1. Espionage724

    Other Node swc/core issues (core-freebsd-x64, keepImportAttributes, keepImportAssertions)

    https://github.com/2004Scape/Server/issues/843 I tried doing npm start and got a Bindings not found error. I did npm install @swc/core-freebsd-x64 and got the keepImportAttributes vs keepImportAssertions error. Trying to run it through linux got ENOSYS: function not implemented, watch. I...
  2. JonnySac

    How to make a dependency on npm-node12 or higher?

    Hello, I am making a port, and I was wondering what the proper solution is to the following dependency question. The software I am porting has a build and run dependency on Node.js v12 or higher (and actually yarn-node >= 12 also). Since there are separate ports for each LTS version...
  3. spag

    Building ports including NPM modules

    I am trying to build a port including npm modules using a manual: https://people.freebsd.org/~olivierd/porters-handbook/using-nodejs.html I am getting this message: make: "/usr/ports/Mk/bsd.port.mk" line 1433: Cannot open /usr/ports/Mk/Uses/node.mk did a check but there is no...
Back
Top