I have a URL to an npm tarball. I can install it with yarn:
yarn add https://react-canaries-3adg6ifso.now.sh/13886/react
And it also works if I add it to a local package.json file:
"react": "https://react-canaries-3adg6ifso.now.sh/13886/react"
But it doesn't work in CodeSandbox: https://codesandbox.io/s/pmy0470zj7
