You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All npm links are linked to @auro-formkit/-formkit/-formkit/build-tools
Same on other components' README.md
i.e, checkout README.md has npm I @auro-formkit/-formkit/-formkit/auro-checkbox to install import "@auro-formkit/-formkit/-formkit/auro-checkbox" to import.
Expected behavior
for formkit,
the path to install should be @aurodesignsystem/auro-formkit
for components,
the path to import should be import "@aurodesignsystem/auro-formkit/components/[component-name]/dist/index.js"
Screenshots
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
The text was updated successfully, but these errors were encountered:
the workaround has been pushed, but not utilizing turbo.
Need further investigation as the workaround was only on the root/README.md
jason-capsule42
changed the title
auro-formkit/all components: installation shows wrong npm path to install
Installation documentation shows wrong NPM path to install
Dec 24, 2024
Describe the bug
To Reproduce
Steps to reproduce the behavior:
@auro-formkit/-formkit/-formkit/build-tools
Same on other components' README.md
i.e, checkout README.md has
npm I @auro-formkit/-formkit/-formkit/auro-checkbox
to installimport "@auro-formkit/-formkit/-formkit/auro-checkbox"
to import.Expected behavior
for formkit,
the path to install should be
@aurodesignsystem/auro-formkit
for components,
the path to import should be
import "@aurodesignsystem/auro-formkit/components/[component-name]/dist/index.js"
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: