Skip to content
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

KCL-10810 - Compile DraftJS with the latest version of NodeJS #18

Open
wants to merge 1 commit into
base: master-internal
Choose a base branch
from

Conversation

hejtmii
Copy link

@hejtmii hejtmii commented May 11, 2023

This is an attempt to reduce the problems connected to having to compile DraftJS with NodeJS v12.22.12

@hejtmii hejtmii requested a review from a team as a code owner May 11, 2023 12:23
Copy link

@medvedovic medvedovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice! You may need to regenerate yarn.lock before merging (I had to do it on my machine, yarn install reported a syntax error in the lock file)
After that both install and build passed.

gulp.task(
'check-dependencies',
gulp.series(function() {
return gulp.src('package.json').pipe(gulpCheckDependencies());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is either a mistake according to confluence or you forgot to remove the import of gulpCheckDependencies as well.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, let us use either npm or yarm and drop the other. What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants