-
Notifications
You must be signed in to change notification settings - Fork 928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant install v1.0.0-beta-2 or beta-3 from npm #166
Comments
I think the current version is beta-1 |
cc @zenoamaro |
Due to your |
Oh, you can point it at the tarball I uploaded though.
…On Wed, Mar 1, 2017, 2:41 AM Leo Iannacone ***@***.***> wrote:
Due to your .npmignore I can't install from github (the directory will be
ready)
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#166 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABf7U54oRjKGWKWvtPSRnMCXVJZeegzwks5rhUtCgaJpZM4MOsIL>
.
|
npm install https://github.com/zenoamaro/react-quill/releases/download/v1.0.0-beta-2/react-quill-v1.0.0-beta-2.tgz {
"react-quill": "https://github.com/zenoamaro/react-quill/releases/download/v1.0.0-beta-2/react-quill-v1.0.0-beta-2.tgz"
} |
@alexkrolick The tarballs for beta-2 and beta-3 have empty dist folders (at least as far as I can see on OSX) Without at least beta-2, Quill isn't exposed and the examples for custom formats don't work at the moment. The error when installing from tar:
|
Thanks for reporting. Looks like a Yarn bug: yarnpkg/yarn#2851 Fell back to |
Worked like a charm. Thanks for the quick fix! |
Ooh, I thought we had it , but I now get a module not found (which I think is because the entry file src/index.js is missing due to /src being in .npmignore and files: [...] missing 'src/' in package.json) Module not found: Error: Cannot resolve module 'react-quill' |
Does it work if you change the entry in package.json in your node_modules/react-quill to If so I'll push that |
Yes, that works. Everything is loading properly including the Quill export and the styles. |
OK, updated the release and tag. |
New tar ball is working properly now, I cleaned up and reinstalled from scratch and re-tested:
|
The betas should now be available on NPM! |
Hi,
npm install does not work with v1.0.0-beta-2
The text was updated successfully, but these errors were encountered: