Replies: 2 comments 3 replies
-
As an example, running
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Ah nevermind, there is a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First, thanks for a great library !
I was trying to do a custom build of elementUI to fix an issue I was having until the fix is release on elementUI main branch. Unless I missed something, the
package-lock.json
is not checked in in the repo.Given that package.json has a lot of dependencies that are just "compatible with version" (e.g. it requires webpack
^4.14.0
), this makes build not reproducible as running the build on another machine could pull a different version (e.g. if a dependency has been updated in the meantime).Accoding to npm docs, it seems to be best practice to commit the
package-lock.json
to the repo.Any reason this isn't done here ?
Beta Was this translation helpful? Give feedback.
All reactions