Closed fa7ad closed 8 years ago
Try running jspm install npm:github-api -o "{files:null}"
. The issue is that the entry for dist/*
is only treated as a first-level wildcard in jspm while in npm it is treated as a deep wildcard. I've created https://github.com/jspm/npm/issues/143 to track.
I tried to install github-api from npm. The CLI finishes the installation without error, but I get a 404 when I try to load the page in browser. So, I did some digging and the problem seems to be that jspm alters the directory structure when it installs the package.
the package's package.json says
but the jspm installation structure doesn't contain those files
and this how npm structures it