Skip to content
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

Release new version on NPM (with node-sass@2.0.1) #54

Closed
nkbt opened this issue Feb 26, 2015 · 7 comments
Closed

Release new version on NPM (with node-sass@2.0.1) #54

nkbt opened this issue Feb 26, 2015 · 7 comments

Comments

@nkbt
Copy link

nkbt commented Feb 26, 2015

At the moment published 0.4.0 uses old node-sass, which has build issues and npm install fails

I can see that in master branch node-sass@2.0.1 is already used.

Thanks

@nkbt
Copy link
Author

nkbt commented Feb 26, 2015

At the moment I am using

"sass-loader": "git://github.com/jtangelder/sass-loader#master",

That works but is creepy

@nwhite89
Copy link

nwhite89 commented Mar 3, 2015

👍 yeah I'm having to set node-sass: "~2.0.0" within my package.json which isn't the nicest especially being unknown whether it will deff work

@jhnns
Copy link
Member

jhnns commented Mar 3, 2015

Running npm install sass-loader and inspecting the package.json outputs:

  "dependencies": {
    "loader-utils": "^0.2.5",
    "node-sass": "^2.0.1",
    "sass-graph": "^1.0.3"
  },

@nwhite89
Copy link

nwhite89 commented Mar 3, 2015

I'm still getting it with 1.2.2 I've cleared cache for npm

@jhnns
Copy link
Member

jhnns commented Mar 3, 2015

Try to run it in an empty folder. You've probably specified another version in your package.json.

@nwhite89
Copy link

nwhite89 commented Mar 3, 2015

ah yes your right that's very odd but thanks 👍

@jhnns
Copy link
Member

jhnns commented Mar 3, 2015

No problem

@jhnns jhnns closed this as completed Mar 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants