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
When detecting a version and proto encounters a range/requirement using ^, ~, >=, etc, proto will now resolve the version against the currently installed versions in ~/.proto, instead of resolving to an arbitray fixed version.
π Updates
Added "bundled" as a supported alias for npm.
Updated proto local and proto global to support aliases as well as versions.
Updated go to automatically set GOBIN in your shell profile if has not been.
Updated node to automatically install the npm version that comes bundled with Node.js.