- Expose this NPM module locally by running the command
npm link
(sudo npm link
on a Mac) in the root folder of this project (same location as package.json) - Install the NPM module in the Qlik Extension project by running
npm link lappa_api
(instead ofnpm install lappa_api
) in the extension project - Add the dependency to the package.json of the Qlik Extension project by running
npm install lappa_api --package-lock-only
For more details check How to test an npm package locally.
Run npm publish
in the root folder