jspm / registry

The jspm registry and package.json override service
https://jspm.io
229 stars 256 forks source link

'jspm install cuid' does not work #524

Open varghesep opened 8 years ago

varghesep commented 8 years ago

I'm using Aurelia and use jspm to install the packages. I'm able to successfully install react with jspm. However, I can't install the cuid package with jspm.

I'm using ES6 import and want to do import cuid from 'cuid' in a JS file that I have in my project.

Can you provide some guidelines to use cuid?

guybedford commented 8 years ago

To install cuid use jspm install npm:cuid.

varghesep commented 8 years ago

It worked!