Giter Club home page Giter Club logo

Comments (14)

arthurvasconcelos avatar arthurvasconcelos commented on June 22, 2024

I'm facing the same problem...

npm ERR! Linux 3.16.0-4-amd64
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v0.12.0
npm ERR! npm  v2.5.1
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: node-sass@'>=3.0.0 <4.0.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.9.4-rc1","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.3.0","0.4.0","0.4.1","0.4.2","0.4.3","0.4.4","0.5.0","0.5.1","0.5.2","0.5.3","0.5.4","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","0.6.5","0.6.6","0.6.7","0.7.0-alpha","0.7.0","0.8.0","0.8.1","0.8.2","0.8.3","0.8.4","0.8.5","0.8.6","0.9.0","0.9.1","0.9.2","0.9.3","0.9.4-rc1","0.9.4","0.9.5-rc1","0.9.5","0.9.6","1.0.0","1.0.1","1.0.2-alpha","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.2.0","1.2.1","1.2.2","1.2.3","2.0.0-beta","2.0.0","2.0.1","3.0.0-alpha.0","3.0.0-beta.2","3.0.0-beta.3","3.0.0-beta.4","2.1.0","2.1.1","3.0.0-beta.5"]
npm ERR! notarget 
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

from ember-cli-sass.

ivanoats avatar ivanoats commented on June 22, 2024

The PeerDependency here does not work because node-sass 3 is still in beta?
https://github.com/aexmachina/broccoli-sass-source-maps/blob/master/package.json#L27

from ember-cli-sass.

davewasmer avatar davewasmer commented on June 22, 2024

@ivanoats that's what it seems like. I just wasn't sure if broccoli-sass-source-maps was published requiring a version of node-sass that doesn't seem to exist, or if it did exist, and perhaps the node-sass project had to unpublish that version somehow.

@aexmachina happy to submit a PR updating the reference to the beta tag, if that's helpful / easier.

from ember-cli-sass.

zyllorion avatar zyllorion commented on June 22, 2024

+1

from ember-cli-sass.

nielsen avatar nielsen commented on June 22, 2024

+1

from ember-cli-sass.

shime avatar shime commented on June 22, 2024

+1

from ember-cli-sass.

joeczucha avatar joeczucha commented on June 22, 2024

+1 (is there a workaround for this?)

from ember-cli-sass.

alexdiliberto avatar alexdiliberto commented on June 22, 2024

+1

from ember-cli-sass.

dylanfoster avatar dylanfoster commented on June 22, 2024

Since the dependency here is ^[email protected] it picks up the latest of that range which is now [email protected] which introduced node-sass@^3.0.0 as a peerDependency which doesn't exist yet. You can npm install --save-dev [email protected] to override ember-cli-sass's dependency on it as a workaround.

There's a PR for the fix in broccoli-sass-source-maps

from ember-cli-sass.

BrianBravo avatar BrianBravo commented on June 22, 2024

+1

from ember-cli-sass.

chrism avatar chrism commented on June 22, 2024

+1

from ember-cli-sass.

underoot avatar underoot commented on June 22, 2024

+1

from ember-cli-sass.

simonexmachina avatar simonexmachina commented on June 22, 2024

This should be resolved now.

from ember-cli-sass.

chrism avatar chrism commented on June 22, 2024

works great for me, thanks 👍

from ember-cli-sass.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.