Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM scripts not working on Windows #177

Open
butlnor opened this issue Mar 11, 2021 · 0 comments
Open

NPM scripts not working on Windows #177

butlnor opened this issue Mar 11, 2021 · 0 comments
Labels

Comments

@butlnor
Copy link

butlnor commented Mar 11, 2021

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.

@jflasher jflasher added the bug label Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants