-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access/fork setting, could not run locally #2
Comments
|
Actually, looking more into package-lock.json, it may be a bad idea to remove for the sake of consistency among contributors. |
Cool thanks Kevin! For For the error shown above, I'm new to |
Yalin, I just tweaked the postcss dependencies, it might fix your issues, however I'm not sure how to reproduce your error, so I am not sure. |
Thanks @kgukevin ! I think your tweak worked in resolving the dependency issue, but then I ran into another one related to 2021-11-24T17_01_43_080Z-debug.log However, I'll just let it go since I won't be working on it a lot other than updating the text. For Thanks! |
Feel free to close it if you want, I just want to make sure you see my reply, thanks! |
My understanding of package-lock.json is that it records the entire dependency tree for a project. So that when other developers run install, it will install the dependencies in package.json in the exact same manner as detailed in whatever package-lock.json is present - thereby preserving consistency across everyone, instead of allowing npm to create unique dependency trees from package.json on its own. |
I'll keeps this open to look into the gyp stuff. |
Sounds great about |
OK I'm having several problems here:
Also forking is disabled so I couldn't fork as well. Why would we want this repo to be private?
Additionally, I couldn't run it locally, the error screenshot/log are attached
eresolve-report.txt
package.json
is included in.gitignore
? I thought we would want the dependencies info to be up to date, includingpackage-lock.json
in.gitignore
makes sense because that'll be generated locally when runningnpm install
package-lock.json
file?Thanks!
The text was updated successfully, but these errors were encountered: