Issues running the aws-iot-core-fleet-provisioning-with-nrf9160 script

Unable to run the npx cdk bootstrap on the script.

I get the following error.

PS C:\Users\Abdelali\Desktop\aws-iot-core-fleet-provisioning-with-nrf9160> npx cdk bootstrap

c:\Users\Abdelali\Desktop\aws-iot-core-fleet-provisioning-with-nrf9160\node_modules\yazl\index.js:367
  if (/^[a-zA-Z]:/.test(metadataPath) || /^\//.test(metadataPath)) throw new Error("absolute path: " + metadataPath);
                                                                         ^


Error: absolute path: C:/Users/Abdelali/Desktop/aws-iot-core-fleet-provisioning-with-nrf9160/lambda/provision.js
    at validateMetadataPath (c:\Users\Abdelali\Desktop\aws-iot-core-fleet-provisioning-with-nrf9160\node_modules\yazl\index.js:367:74)
    at ZipFile.ZipFile.addBuffer (c:\Users\Abdelali\Desktop\aws-iot-core-fleet-provisioning-with-nrf9160\node_modules\yazl\index.js:62:18)
    at packLambda (c:\Users\Abdelali\Desktop\aws-iot-core-fleet-provisioning-with-nrf9160\cdk\helpers\lambdas\packLambda.ts:61:11)
    at packLambdaFromPath (c:\Users\Abdelali\Desktop\aws-iot-core-fleet-provisioning-with-nrf9160\cdk\helpers\lambdas\packLambdaFromPath.ts:19:28)
    at packBackendLambdas (c:\Users\Abdelali\Desktop\aws-iot-core-fleet-provisioning-with-nrf9160\cdk\packBackendLambdas.ts:5:13)
    at <anonymous> (c:\Users\Abdelali\Desktop\aws-iot-core-fleet-provisioning-with-nrf9160\cdk\backend.ts:18:17)

Node.js v20.11.0
****************************************************
*** Newer version of CDK is available [2.132.1]  ***
*** Upgrade recommended (npm install -g aws-cdk) ***
****************************************************

Related