jspm / npm

NPM Location Service
19 stars 34 forks source link

Ensure require id is a string #122

Closed jryans closed 8 years ago

jryans commented 8 years ago

Some modules, such as npm:dagre, contain [files][1] with non-string inputs to require, which currently aborts install with an error.

Ensuring each id is string first resolves this error originally reported as jspm/jspm-cli#1547.

guybedford commented 8 years ago

Thanks, I've added this in https://github.com/jspm/npm/commit/15a0fb23bb37aaf1e07106a7d2dac5602f63764c.