-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
Publish a beta version for node-sass 3.4.0beta1 #163
Comments
+1 |
Mhmm you should be "allowed" to install that beta... is this a npm issue? |
Its no longer needed since node-sass 3.4 is now released. That being said: no, you would not be able to install 3.4beta. You can't even force it really (without manually modifying sass-loader's package.json. carret notations (or really, any of the wildcard versioning for NPM) will only work with numeric X.Y.Z versions. To allow betas, you have to specifically do something such as Anyhow, this no longer matters, so Ill close :) |
@Phoenixmatrix Thx for informing me 👍 |
Yep, tx!! On Mon, Oct 26, 2015 at 6:41 PM, Johannes Ewald [email protected]
|
node-sass came out with a beta version, v3.4.0-beta1. The performance improvements are massive, and for a lot of uses cases, it's perfectly usable in its beta form.
The peerDependencies definition of sass-loader don't allow installing it though without tweaking its package.json, but sass-loader works perfectly fine with the beta if you force it to install.
Would it be possible to push out a sass-loader 2.0.1beta or something that allows node-sass v3.4.0beta1 in package.json while we wait for the real release, for convenience?
The text was updated successfully, but these errors were encountered: