We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running npm scripts, like 'npm run copy-data' or 'npm run serve' inside a command prompt on Windows 10, they don't work:
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.
The text was updated successfully, but these errors were encountered: