- Issue created by @luke.leber
- πΊπΈUnited States DamienMcKenna NH, USA
Should an example .nvmrc file be included, to help with this?
This weekend, I put on the persona of a junior dev and attempted to use ckeditor5_dev
to spin up a simple ckeditor5 plugin. I failed to get local development working by following the README instructions. The shortcomings that I found were:
www-data@5093773eb8f0:~/html/docroot/modules/custom/ooe_cke5_accordion$ yarn build
[webpack-cli] Failed to load '/var/www/html/docroot/modules/custom/ooe_cke5_accordion/webpack.config.js' config
[webpack-cli] Error: Qualified path resolution failed: we looked for the following paths, but none could be accessed.
Source path: /var/www/html/docroot/modules/custom/ooe_cke5_accordion/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json
Not found: /var/www/html/docroot/modules/custom/ooe_cke5_accordion/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json
Not found: /var/www/html/docroot/modules/custom/ooe_cke5_accordion/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json.js
Not found: /var/www/html/docroot/modules/custom/ooe_cke5_accordion/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json.json
Not found: /var/www/html/docroot/modules/custom/ooe_cke5_accordion/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json.node
Require stack:
- /var/www/html/docroot/modules/custom/ooe_cke5_accordion/webpack.config.js
- /var/www/html/docroot/modules/custom/ooe_cke5_accordion/.yarn/__virtual__/webpack-cli-virtual-bb9697f60a/0/cache/webpack-cli-npm-4.10.0-09cee8c457-2ff5355ac3.zip/node_modules/webpack-cli/lib/webpack-cli.js
- /var/www/html/docroot/modules/custom/ooe_cke5_accordion/.yarn/__virtual__/webpack-cli-virtual-bb9697f60a/0/cache/webpack-cli-npm-4.10.0-09cee8c457-2ff5355ac3.zip/node_modules/webpack-cli/lib/bootstrap.js
- /var/www/html/docroot/modules/custom/ooe_cke5_accordion/.yarn/__virtual__/webpack-cli-virtual-bb9697f60a/0/cache/webpack-cli-npm-4.10.0-09cee8c457-2ff5355ac3.zip/node_modules/webpack-cli/bin/cli.js
- /var/www/html/docroot/modules/custom/ooe_cke5_accordion/.yarn/__virtual__/webpack-virtual-db685b031a/0/cache/webpack-npm-5.75.0-ebca50e2e7-2bcc5f3c19.zip/node_modules/webpack/bin/webpack.js
at Function.require$$0.Module._resolveFilename (/var/www/html/docroot/modules/custom/ooe_cke5_accordion/.pnp.cjs:13516:13)
at Function.require$$0.Module._load (/var/www/html/docroot/modules/custom/ooe_cke5_accordion/.pnp.cjs:13366:42)
at Module.require (node:internal/modules/cjs/loader:1067:19)
at require (node:internal/modules/cjs/helpers:103:18)
at /var/www/html/docroot/modules/custom/ooe_cke5_accordion/webpack.config.js:55:19
at Array.forEach (<anonymous>)
at Object.<anonymous> (/var/www/html/docroot/modules/custom/ooe_cke5_accordion/webpack.config.js:16:42)
at Module._compile (node:internal/modules/cjs/loader:1165:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
at Object.require$$0.Module._extensions..js (/var/www/html/docroot/modules/custom/ooe_cke5_accordion/.pnp.cjs:13560:33)
corepack prepare yarn@stable --activate
Add documentation for the preferred node version and link to installation methods.
Add documentation for the preferred yarn version and link to installation methods.
Figure out what's missing from the existing steps and make it work "off the shelf".
TBD
None
None
None
Active
1.0
Documentation
Should an example .nvmrc file be included, to help with this?