-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create content for repository data-bag #29
Comments
I've been working on a new version of the data package: https://github.com/histograph/data/tree/data-modules I've moved all dataset-specific logic out of data module, and into separate modules: I'm using this version here in NYC, with newest Node + NPM. However, I've not changed NWB + BAG data modules. I can explain how to make one! It's easy! |
By the way: hello @sbocconi! |
hello @bertspaan!! |
This is how data module works in new
Each data module should have the following API: module.exports.steps = [
step1, // step1 and step2 are functions inside the data module
step2
]; |
I changed the title of this issue since the original one is fixed but the discussion here is useful to solve the issue described in the title. |
https://github.com/reinvantveer is working on this:
|
Doing the BAG... 👜 |
Dank @jobspierings, je mag me ook assignen als je wil, geloof niet dat ik dat kan... |
Downscaling issue to BAG |
With npm -v 3.3.12 and node -v 5.3.0 npm install fails with
Upgrading to the latest release fixes the problem for me, but might break with other versions of node/npm?
The text was updated successfully, but these errors were encountered: