ceph/doc/dev/developer_guide
Nizamudeen A 692a45362d deps: increase the node version to 16
With node 14, the angular 13 is going into some issues with node-gyp.
```
prebuild-install || node-gyp rebuild

prebuild-install WARN install No prebuilt binaries found (target=14.20.0 runtime=node arch=x64 libc= platform=linux)
make: Entering directory '/home/jenkins-build/build/workspace/ceph-dashboard-cephadm-e2e/src/pybind/mgr/dashboard/frontend/node_modules/tree-sitter/build'
  CC(target) Release/obj.target/tree_sitter/vendor/tree-sitter/lib/src/lib.o
  AR(target) Release/obj.target/tree_sitter.a
  COPY Release/tree_sitter.a
  CXX(target) Release/obj.target/tree_sitter_runtime_binding/src/binding.o
```
and in some other environments its like `cb() never called` and stops
the whole `npm ci` process.

After some research, looks like updating node is the way to stop this.

Also, ` npm 7 will block installations if an upstream dependency
conflict is present that cannot be automatically resolved.` https://github.blog/2021-02-02-npm-7-is-now-generally-available/#peer-dependencies

Fixes: https://tracker.ceph.com/issues/62107
Signed-off-by: Nizamudeen A <nia@redhat.com>
2023-07-21 11:33:18 +05:30
..
testing_integration_tests doc/dev/developer_guide/testing_integration_tests: Add Upgrade Testing Documentation 2023-01-29 10:25:30 +00:00
basic-workflow.rst doc/dev: add full stop to sentence in basic-wo 2023-03-07 02:15:27 +10:00
dash-devel.rst deps: increase the node version to 16 2023-07-21 11:33:18 +05:30
debugging-gdb.rst doc: Fix many spelling errors 2022-07-02 23:38:18 -04:00
essentials.rst doc/dev: add Slack to Dev Guide essentials 2023-01-26 01:57:17 +10:00
index.rst doc/dev: Debuggging with gdb 2022-06-15 17:46:37 +00:00
intro.rst
issue-tracker.rst
jaegertracing.rst common/tracer: tracer implementation was moved to common/ 2021-11-03 01:53:14 +02:00
merging.rst doc: remove mention of Sage as current leader 2022-06-24 17:07:09 +10:00
running-tests-locally.rst doc: Fix many spelling errors 2022-07-02 23:38:18 -04:00
tests-unit-tests.rst doc/dev/developer_guide/tests-unit-tests: Add unit test caveat 2022-11-21 14:56:24 +00:00