create-wc-extension
-
It appears the guide isn’t up to date since trying some of the commands to create a new extension appear broken. Even the instructions to install WooCommerce and WooCommerce-Admin seem broken or not up to date.
When I try to create a new extension by running the following command:
npm run create-wc-extensionit errors out with the following message:internal/modules/cjs/loader.js:1102 throw new ERR_REQUIRE_ESM(filename, parentPath, packageJsonPath); ^ Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /Users/hacketyapps/vvv-local/www/wordpress-one/public_html/wp-content/plugins/woocommerce-admin/node_modules/.pnpm/[email protected]/node_modules/chalk/source/index.js require() of ES modules is not supported. require() of /Users/hacketyapps/vvv-local/www/wordpress-one/public_html/wp-content/plugins/woocommerce-admin/node_modules/.pnpm/[email protected]/node_modules/chalk/source/index.js from /Users/hacketyapps/vvv-local/www/wordpress-one/public_html/wp-content/plugins/woocommerce-admin/bin/starter-pack/starter-pack.js is an ES module file as it is a .js file whose nearest parent package.json contains "type": "module" which defines all .js files in that package scope as ES modules. Instead rename index.js to end in .cjs, change the requiring code to use import(), or remove "type": "module" from /Users/hacketyapps/vvv-local/www/wordpress-one/public_html/wp-content/plugins/woocommerce-admin/node_modules/.pnpm/[email protected]/node_modules/chalk/package.json. at new NodeError (internal/errors.js:322:7) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1102:13) at Module.load (internal/modules/cjs/loader.js:950:32) at Function.Module._load (internal/modules/cjs/loader.js:790:12) at Module.require (internal/modules/cjs/loader.js:974:19) at require (internal/modules/cjs/helpers.js:101:18) at Object.<anonymous> (/Users/hacketyapps/vvv-local/www/wordpress-one/public_html/wp-content/plugins/woocommerce-admin/bin/starter-pack/starter-pack.js:4:15) at Module._compile (internal/modules/cjs/loader.js:1085:14) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10) at Module.load (internal/modules/cjs/loader.js:950:32) { code: 'ERR_REQUIRE_ESM' }The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘create-wc-extension’ is closed to new replies.