Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Module loader file not being created in jspm_packages/npm for dependency npm:jspm-nodelibs-buffer #6

Open
ndzeller opened this issue Jan 11, 2018 · 0 comments

Comments

@ndzeller
Copy link

ndzeller commented Jan 11, 2018

Hello.

I'm trying to remove dependencies on Github while using jspm and when I change the dependency github:nodelibs-buffer to npm:jspm-nodelibs-buffer, the module loader file is not being created in the jspm_packages/npm folder. All the other jspm-nodelibs-* dependencies that I am requiring are fine:

image

One thing I've noticed as a difference between other nodelibs-* projects is the package.json. The main property does not have a ./ before the main value.
nodelibs-vm:
"main": "./vm.js",

nodelibs-buffer:
"main": "buffer.js",

@ndzeller ndzeller changed the title Module wrapper not being created in jspm_packages/npm for dependency npm:jspm-nodelibs-buffer Module loader file not being created in jspm_packages/npm for dependency npm:jspm-nodelibs-buffer Jan 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant