Closed aborruso closed 10 years ago
Hi, I'm using bitnami node.js shell - https://bitnami.com/stack/nodejs - for windows.
When I run dpm init "c:\tmp\path", dpm writes datapackage in the root of my shell "C:\Program Files\Bitnami Node.js Stack".
Is it normal?
I'm using dpm 0.7.2
Thank you
Bug in the docs: npm init does not take a path argument - it will always init in the current directory (similar to npm init). Fixing now.
FIXED in https://github.com/okfn/dpm/commit/75f51c54ccd1d7b82028551362e955bbbf7e2b13
Hi, I'm using bitnami node.js shell - https://bitnami.com/stack/nodejs - for windows.
When I run dpm init "c:\tmp\path", dpm writes datapackage in the root of my shell "C:\Program Files\Bitnami Node.js Stack".
Is it normal?
I'm using dpm 0.7.2
Thank you