geelen / jspm-loader-css

50 stars 27 forks source link

Error on install #24

Closed MeoMix closed 9 years ago

MeoMix commented 9 years ago

Hey,

I'm getting an error when I try to install the latest:

C:\Users\Meo\Documents\GitHub\StreamusSocial>jspm install npm:jspm-loader-css
         Looking up npm:jspm-loader-css
         Updating registry cache...
         Looking up npm:css-modules-loader-core
         Looking up npm:debounce
         Looking up npm:path
         Looking up npm:toposort
         Looking up npm:date-now
ok   Installed npm:debounce@^1.0.0 (1.0.0)
ok   Installed npm:toposort@^0.2.12 (0.2.12)
         Looking up npm:process
         Looking up npm:util
ok   Installed npm:path@^0.12.7 (0.12.7)
ok   Installed npm:process@^0.11.1 (0.11.2)
         Looking up npm:inherits
ok   Installed npm:util@^0.10.3 (0.10.3)
             Downloading npm:css-modules-loader-core@1.0.0-beta2

    warn Error on processPackageConfig
             Package.json dependency postcss-modules-local-by-default set to github:css-modules/postcss-modules-local-by-default, which is not a valid dependency format for npm.
             It's advisable to publish jspm-style packages to GitHub or another registry so conventions are clear.

    warn Error processing package config for npm:css-modules-loader-core.
geelen commented 9 years ago

Damn. I pushed a beta with this problem but I don't know why it's being installed instead of v1.0.0

Try jspm install npm:jspm-loader-css@1.0.0 ?

MeoMix commented 9 years ago

That seems to work better :)

On 9/21/15, Glen Maddern notifications@github.com wrote:

Damn. I pushed a beta with this problem but I don't know why it's being installed instead of v1.0.0

Try jspm install npm:jspm-loader-css@1.0.0 ?


Reply to this email directly or view it on GitHub: https://github.com/geelen/jspm-loader-css/issues/24#issuecomment-142187596