amdrequire icon indicating copy to clipboard operation
amdrequire copied to clipboard

Require AMD modules in Node.js as native modules.

Results 2 amdrequire issues
Sort by recently updated
recently updated
newest added

It seems that one use-case (fairly common I would say) does not work. If you configure amdrequire with a path that is a common entry point to multiple modules, I...

Looks like it's expecting request to be a string, but it's not. ``` TypeError request.substring is not a function TypeError: request.substring is not a function at Function.Module._resolveLookupPaths (module.js:214:23) at Function.Module._resolveFilename...