[DISCUSS] NPM lockfile version

2021-09-12 Thread Niklas Merz
Hi all, I have another proposal regarding NPM. Do we want to upgrade our lockfile versions? This came up during a PR for package-lock.json updates: https://github.com/apache/cordova-lib/pull/879#issuecomment- 917483860 >From my understanding the new version "2" is backwards compatible and default

Re: Using npmrc

2021-09-12 Thread Bryan Ellis
+1, start pushing it > On Sep 12, 2021, at 10:54 AM, Jesse wrote: > > Go for it! > >> On Sep 11, 2021, at 6:19 PM, Darryl Pogue wrote: >> >> +1 from me >> >>> On Sat, Sep 11, 2021 at 6:16 PM Norman Breau wrote: >>> >>> Hi all, >>> >>> I propose that we start adding a .npmrc file to all o

Re: [DISCUSS] NPM lockfile version

2021-09-12 Thread Bryan Ellis
+1, start pushing it It is said to be backward compatible for npm v5 and v6 but will see warnings. > npm WARN read-shrinkwrap This version of npm is compatible with > lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. > I'll try to do my best with it! As it says, "I'

Re: [DISCUSS] NPM lockfile version

2021-09-12 Thread Norman Breau
+1 from me I think this goes hand-in-hand with https://github.com/apache/cordova-plugin-file/pull/473 On 2021-09-12 7:34 a.m., Bryan Ellis wrote: +1, start pushing it It is said to be backward compatible for npm v5 and v6 but will see warnings. npm WARN read-shrinkwrap This version of npm

Re: [DISCUSS] NPM lockfile version

2021-09-12 Thread Norman Breau
That last link was suppose to be https://github.com/apache/cordova/issues/286 On 2021-09-12 9:14 a.m., Norman Breau wrote: +1 from me I think this goes hand-in-hand with https://github.com/apache/cordova-plugin-file/pull/473 On 2021-09-12 7:34 a.m., Bryan Ellis wrote: +1, start pushing it