jspm / npm

NPM Location Service
19 stars 34 forks source link

stalling attempting to download winjs? #93

Closed staxmanade closed 9 years ago

staxmanade commented 9 years ago

Hello,

Was poking around and noticing an issue when I tried the following...

Given this import statement:

import WinJS from 'npm:winjs';

It's making the following request - which is stalling: https://npm.jspm.io/winjs.js

I would understand if the winjs library wasn't setup in a manor that JSPM can figure out - but just looking for thoughts.

I'm just prototyping using plnkr and wanted to see if I could include WinJS using JSPM.

Thoughts?

staxmanade commented 9 years ago

This is now magically working :) Thanks!