Skip to content

NPM scripts not working on Windows #177

@butlnor

Description

@butlnor

When running npm scripts, like 'npm run copy-data' or 'npm run serve' inside a command prompt on Windows 10, they don't work:

'.' is not recognized as an internal or external command,
operable program or batch file.

If I modify the package.json file, to change the "/" slashes in the scripts with "\", it works better, but not fully.

If this is not intended to work with Windows, please clearly state that in the readme file. Other Node.js related projects normally run on Windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions