-
Notifications
You must be signed in to change notification settings - Fork 288
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
chore: switch to npm, upgrade to node 14 #813
base: trunk
Are you sure you want to change the base?
Conversation
Signed-off-by: Brent Hoover <[email protected]>
Signed-off-by: Brent Hoover <[email protected]>
Signed-off-by: Brent Hoover <[email protected]>
Signed-off-by: Brent Hoover <[email protected]>
Signed-off-by: Brent Hoover <[email protected]>
Signed-off-by: Brent Hoover <[email protected]>
I am on node 14.18.1
Further doing |
@MohanNarayana The build process runs 14.18 and is not seeing this error. Can you give me any more info about what about your configuration is different? Also I just did a fresh clone and |
@MohanNarayana Can you make sure you |
Everything works with the original yarn.lock. Deleted or regenerated one does not start storefront. |
@MohanNarayana I am not able to reproduce this error with a fresh clone, storefront loads fine for me except for the error with styled-components that I fixed in the other PR. Also this is not happening in CI. Npm works fine for me. Can you give me some more clearer steps to reproduce? |
Signed-off-by: Brent Hoover [email protected]
Impact: breaking
Type: chore
Issue
Node 12 is End-of-Life in April. Also trying to keep package managers consistent across projects so normalizing on npm.
Solution
Move everything to npm and node 14.18.1
Breaking changes
If you have build steps that rely on yarn, they may no longer work
Testing
Theoretically nothing should change