You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
Describe the bug
When installing eosjs@beta, the correct version is installed, however, subsequent reinstalls based on the package.json incorrectly pulls in prerelease versions
To Reproduce
Install eosjs@beta via yarn or npm
Remove the package-lock.json or yarn-lock.json file and node_modules
Execute a yarn/npm install
Expected behavior
Version 20.0.0-beta2 is installed into the package
Additional context
This is strange behavior from NPM and yarn. They install the correct version on the initial package add, however if the package needs to be reinstalled, it attempts to pull in newer versions, even if that version is a prerelease.
Version of EOSJS
20.0.0-beta2
Describe the bug
When installing
eosjs@beta, the correct version is installed, however, subsequent reinstalls based on the package.json incorrectly pulls in prerelease versionsTo Reproduce
eosjs@betavia yarn or npmExpected behavior
Version 20.0.0-beta2 is installed into the package
Additional context
This is strange behavior from NPM and yarn. They install the correct version on the initial package add, however if the package needs to be reinstalled, it attempts to pull in newer versions, even if that version is a prerelease.