A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Best practice 'package-lock.json' for modules
-
That’s the point of
npm ciit takes thepackage-lock.jsonto install and it don’t change it. -
well we use it to control the test platforms.
Can you show me where?
-
@KristjanESPERANTO in the npm install on the different test instances. I don’t build those
these are effectively docker images, build and execute, throw away
-
@KristjanESPERANTO said in Best practice 'package-lock.json' for modules:
Can you show me where?
we don’t use
npm cibut I’m not sure whatnpm installdoes ifpackage-lock.jsonis present.I do the tests after building my docker images on my own and I always delete
package-lock.jsonbefore runningnpm installto be sure getting the newest deps. -
@karsten13 package-lock is SUPPOSED to insure installing EXACTLY those versions every time
