Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install after oc init #1372

Merged
merged 2 commits into from
Aug 3, 2024
Merged

npm install after oc init #1372

merged 2 commits into from
Aug 3, 2024

Conversation

ricardo-devis-agullo
Copy link
Collaborator

When doing "oc init", you are told by the terminal that you can start typing "oc dev . 3030" right away. This is not true for templates that require more than the compiler to run. My guess is that, initially, legacy templates didn't need anything else apart from the compiler, so installing the compiler to get the scaffolder was enough, but this is not the case for everything else (react, vue, solid, elm...), so, since we are already installing the compiler, this will also install everything else.

@ricardo-devis-agullo ricardo-devis-agullo merged commit 107e362 into master Aug 3, 2024
3 checks passed
@ricardo-devis-agullo ricardo-devis-agullo deleted the npm-install-on-init branch August 3, 2024 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant