Hi folks,
I was looking the above theme(default).
Not found any licence on the root folder. Something seems written on README file:
Demo Theme
October CMS demo theme that demonstrates the basic core functionality and utilizes the accompanying demo plugin. It is a great theme to copy when building a site from scratch.
The theme acts as a reference implementation for default component markup when distributing plugins.
- Can use it, modify, etc…?
This theme is based on bootstrap, I see version 5.3.x (currently the last).
I’m trying to do some experiments…
Copied these files from the Demo project to an external:
- package.json
- webpack.config.js
- webpack.mix.js
Then run:
npm install
and
npm run prod
I got these errors:
prod
npm run production
production
mix --production
Mix
Compiled with some errors in 197.78ms
ERROR in /assets/vendor/bootstrap/bootstrap.min
Module not found: Error: Can’t resolve ‘/home/claudio/temp/sl-base/assets/vendor/bootstrap/bootstrap.js’ in ‘/home/claudio/temp/sl-base’
Did you miss the leading dot in ‘resolve.extensions’? Did you mean ‘[“.“,”.wasm",“.mjs”,“.js”,“.jsx”,“.json”]’ instead of '["”,“.wasm”,“.mjs”,“.js”,“.jsx”,“.json”]’?
ERROR in /assets/vendor/codeblocks/codeblocks.min
Module not found: Error: Can’t resolve ‘/home/claudio/temp/sl-base/assets/vendor/bootstrap-icons/bootstrap-icons.scss’ in ‘/home/claudio/temp/sl-base’
Did you miss the leading dot in ‘resolve.extensions’? Did you mean ‘[“.“,”.wasm",“.mjs”,“.js”,“.jsx”,“.json”]’ instead of '["”,“.wasm”,“.mjs”,“.js”,“.jsx”,“.json”]’?
ERROR in /assets/vendor/codeblocks/codeblocks.min
Module not found: Error: Can’t resolve ‘/home/claudio/temp/sl-base/assets/vendor/bootstrap/bootstrap.scss’ in ‘/home/claudio/temp/sl-base’
Did you miss the leading dot in ‘resolve.extensions’? Did you mean ‘[“.“,”.wasm",“.mjs”,“.js”,“.jsx”,“.json”]’ instead of '["”,“.wasm”,“.mjs”,“.js”,“.jsx”,“.json”]’?
ERROR in /assets/vendor/codeblocks/codeblocks.min
Module not found: Error: Can’t resolve ‘/home/claudio/temp/sl-base/assets/vendor/codeblocks/codeblocks.js’ in ‘/home/claudio/temp/sl-base’
Did you miss the leading dot in ‘resolve.extensions’? Did you mean ‘[“.“,”.wasm",“.mjs”,“.js”,“.jsx”,“.json”]’ instead of '["”,“.wasm”,“.mjs”,“.js”,“.jsx”,“.json”]’?
webpack compiled with 4 errors
- Can you give me an help to run it correctly?
Thank you