@wix/members-domain-ts
v1.46.0
Published
You can link this library within the project you are using: - `cd members-area/members-domain-ts` - `npm link` (this will `@wix/members-domain-ts` as any other npm package in your local machine) - `cd ../members-area-app` - `npm link @wix/members-domain-t
Downloads
166
Maintainers
Keywords
Readme
Members Domain (TypeScipt)
Local development usage
You can link this library within the project you are using:
cd members-area/members-domain-tsnpm link(this will@wix/members-domain-tsas any other npm package in your local machine)cd ../members-area-appnpm link @wix/members-domain-ts(this will create a symlink within node_modules to @wix/members-domain-ts)
Common issues
- Different node versions used on library and on project includin the library. Then
npm linkwill work on different node versions, therefore won't resolve the symlink.
