-
Notifications
You must be signed in to change notification settings - Fork 12
Update lib package dependencies using yarn #40
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
Conversation
✅ Deploy Preview for devcon-monorepo ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for devcon-archive-monorepo ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
❌ Deploy Preview for devconnect-monorepo failed.
|
✅ Deploy Preview for devcon-app ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for devcon-archive ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for devcon-social ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Nice, can you try to remove the package-lock.json (and confirm it works after doing so with a clean install)? Ideally we only have one lockfile to avoid confusion in the future PS. the CI errors in github can be ignored |
…ructions and project structure details
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
@lassejaco clean install seems to be working now after removing the |
npm install was not working with a fresh install but I managed to make it work using yarn instead.