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
With NPM, packages can be installed from Git repositories, although this doesn't work for sub directories (as usual with monorepos) and probably will never be supported: github.com/npm/npm/issues/2974
One possibility would be to use https://github.com/ramasilveyra/gitpkg to push the unpublished package into an own repositories with a seperate tag, then reference this in our package.json.
Or reference the packages directly with https://gitpkg.now.sh in package.json, but I was not able to get this to work. It would look like this in the package.json:
React Spectrum's numberfield component is not published as NPM package, but is available in the repository:
https://github.com/adobe/react-spectrum/tree/main/packages/%40react-spectrum/numberfield
It is currently "In Progress", targeted release in Q4: https://github.com/adobe/react-spectrum/projects/1#card-43152246
The text was updated successfully, but these errors were encountered: