You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by co...@apache.org on 2023/06/05 23:19:15 UTC

[tinkerpop] branch 3.6-dev updated: CTR update development environment docs regarding 3.5.x bump to Node 16

This is an automated email from the ASF dual-hosted git repository.

colegreer pushed a commit to branch 3.6-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/3.6-dev by this push:
     new df6fde9d92 CTR update development environment docs regarding 3.5.x bump to Node 16
df6fde9d92 is described below

commit df6fde9d9276e64c7a1d1d4c5df6f9360206e93e
Author: Cole Greer <co...@bitquilltech.com>
AuthorDate: Mon Jun 5 16:19:05 2023 -0700

    CTR update development environment docs regarding 3.5.x bump to Node 16
---
 docs/src/dev/developer/development-environment.asciidoc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/docs/src/dev/developer/development-environment.asciidoc b/docs/src/dev/developer/development-environment.asciidoc
index aedaa48884..98fdbbd645 100644
--- a/docs/src/dev/developer/development-environment.asciidoc
+++ b/docs/src/dev/developer/development-environment.asciidoc
@@ -312,11 +312,6 @@ installed. Version 8.x or newer of npm is required. This is covered in more deta
 As of TinkerPop 3.5.5, `gremlin-javascript` uses Docker for all tests inside of Maven. Please make sure Docker is
 installed and running on your system.
 
-IMPORTANT: Beware of unexpected or unwanted changes on `package-lock.json` files when committing and merging. Changes
-should not change SHA1 hashes to SHA512 and the `lockfileVersion` should be "2" for `3.6-dev` and "1" for `3.5-dev`.
-If the `lockfileVersion` has changed somehow then it likely means that you've used the wrong version of npm as part of
-the build. Ensure the correct version is in use for the correct branch.
-
 IMPORTANT: Beware of unexpected or unwanted changes on `package-lock.json` files when committing and merging.
 
 TIP: For those who do not have a full Maven environment, please see <<docker-integration,this section>> for how Docker