$ npm run start
> static-site@1.0.0 start
> npm run copy-bootstrap-js && zola serve
> static-site@1.0.0 copy-bootstrap-js
> cp node_modules/bootstrap/dist/js/bootstrap.bundle.min static
cp: node_modules/bootstrap/dist/js/bootstrap.bundle.min: No such file or directory
It seems like the copy-bootstrap-js script in package.json is missing the .js extension, causing the file copy to fail.
It seems like the
copy-bootstrap-jsscript inpackage.jsonis missing the.jsextension, causing the file copy to fail.