Package Exports
- medos-sdk
- medos-sdk/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (medos-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
How to test this package
Go to your package directory (medos-sdk-js):
cd c:\harsh\projects\medos\medos-sdk-jsnpm link
Go to your test project directory (where you want to use the package):
cd path\to\your\test-projectnpm link medos-sdk-js
If you still get errors, you can also use the folder path directly:
npm install --save-dev c:\harsh\projects\medos\medos-sdk-js