Skip to content

npm start fails due to incorrect file path #66

@Heap-Hop

Description

@Heap-Hop
$ 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions