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

Build project with node 9 & npm 5

Open rjoonas opened this issue 6 years ago • 0 comments

Found out that building the project works with node 9 (with deprecation warnings) but is broken on node >= 10. So I made the following improvements:

  • Add .nvmrc so nvm users can easily install and use right version of node & npm (by running nvm install in the project directory)
  • node 9 ships with npm 5 which generates lockfiles -> added package-lock.json autogenerated by npm
  • Add .npmignore so that .nvmrc is not published to npm registry.

rjoonas avatar Mar 22 '19 19:03 rjoonas