-
Notifications
You must be signed in to change notification settings - Fork 0
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
Installation failure of plugin include-csv #1
Comments
Idea: I noticed some direct and transitive dependencies of include-csv got upgraded in the past week. Logs of latest successful build:
E.g. csv-parse is now at v5.0.3. |
In the light of #1 (comment) and failed experiments, forking and forcing specific versions through Issue paused on my side for now, not really urgent. |
We are now migrating to MkDocs, see roboticslab-uc3m/questions-and-answers#99. This Docker image can still be useful as long as the include-csv plugin is not requested in book.json. |
Last night docker&gitbook CI builds of teo-developer-manual failed with:
Eveything was fine just one week earlier. Another gitbook-enabled repo succeeded at the same time, but that one does not pull&install include-csv (see book.json). Pre-installing plugins is probably not the way to go, see roboticslab-uc3m/teo-developer-manual#69 (comment).
I tried to pull node:current-alpine at node v17.1.0, npm 8.1.4 (previously using node v10.24, npm 6.14.12). The image does not even build correctly, it fails at:
A similar issue regarding the missing required argument was reported in this SO question, no solutions provided. See also this one concerning the
cb.apply
thing. See also npm/cli#681.The text was updated successfully, but these errors were encountered: