- Remove
node_modules
andpackage-lock.json
from repo. - In
package.json
, add
{
"packageManager": "yarn@4.6.0"
}
- Execute
corepack enable
[Pipeline] echo | |
BRANCH_NAME=feature #Git branch name | |
[Pipeline] echo | |
BRANCH_IS_PRIMARY=false #Is Git branch is main ? | |
[Pipeline] echo | |
BRANCH_NAME=PR-27 #Pull request serial no | |
[Pipeline] echo | |
CHANGE_ID=27 #Pull request id no | |
[Pipeline] echo | |
CHANGE_URL=https://github.com/jeevan-p-gowda/python-automation/pull/27 #Pull request URL |
npm init --yes
command to initialize nodeJS project.npm init playwright@latest
to begin the Playwright installation process.