skeletonlabs / create-skeleton-app

CLI installer for Skeleton apps and monorepo for the sites that form the templates
16 stars 5 forks source link

Install Skeleton - auto add component dependencies doesn't seem to work #25

Closed fatstack closed 1 year ago

fatstack commented 1 year ago

Current Behavior

Just a heads up. It seems that regardless of the options selected on the 'Install component dependencies' step with the install script (https://www.skeleton.dev/docs/get-started), they will not be added into the package.json.

I.e. CodeBlock (installs highlight.js), Popups (installs floating-ui)

I've tested with node 16 & 18. I've attached a screenshot of the selected options and the resulting package.json.

Reproduction / Steps To Reproduce

install packages

Anything else?

No response

endigo9740 commented 1 year ago

@fatstack you created this under the Skeleton repo, but the CLI is separate. I've moved it and am pinging @niktek who maintains the CLI. He may can provided more guidance or a fix here.

fatstack commented 1 year ago

Ah my bad, thanks @endigo9740!

niktek commented 1 year ago

fixed