-
Notifications
You must be signed in to change notification settings - Fork 4
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
Determine what, if any, third party NPM modules should be installed by default #32
Comments
Based on off-github conversations with @slinkydeveloper, we should at least consider bundling the top three or four test frameworks with the runtime image. |
I am moving this issue to |
Sorry I badly explained myself. I mean that in kfn we should support them to install locally and let the generated package.json use them. But the runtime image itself don't need it at all imo |
@slinkydeveloper I think having a handful of pre-installed modules on the image is potentially good for build time - less to install. Then, if |
The runtime image could install a curated set of NPM modules that are there by default. This would allow users to avoid having to specify these in a
package.json
file. In simple cases, this would mean that the user could avoid annpm install
step altogether.The text was updated successfully, but these errors were encountered: