discord / erlpack

High Performance Erlang Term Format Packer
MIT License
220 stars 65 forks source link

NPM Outdated #34

Open SammyWhamy opened 3 years ago

SammyWhamy commented 3 years ago

NPM will always state that this package is outdated and try to install a new version. Whenever I run npm update it will reinstall this package and rebuild it. npm oudated states: image

in my package.json it looks like:

{
  "dependencies": {
    "erlpack": "github:discord/erlpack"
  }
}

If this is not an issue with this package, should I just install normal erlpack from npm? If that is the case, please update the README.md on discordjs/discord.js to state that you should run npm install erlpack instead of npm install discord/erlpack