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

fix quotation style in npm run script for windows usage #512

Merged
merged 1 commit into from
Aug 26, 2020

Conversation

MasterOdin
Copy link
Member

Before this change, got this error when running the dev script on Windows:

E:\Github\sqlectron-gui>npm run dev

> sqlectron@1.31.0 dev E:\Github\sqlectron-gui
> concurrently --names 'webpack,electron' --prefix name 'npm run dev:webpack' 'npm run dev:electron'

['webpack] 'np' is not recognized as an internal or external command,
['webpack] operable program or batch file.
[electron'] 'run' is not recognized as an internal or external command,
[electron'] operable program or batch file.
[] The filename, directory name, or volume label syntax is incorrect.
[] 'np' is not recognized as an internal or external command,
[] operable program or batch file.
[] 'run' is not recognized as an internal or external command,
[] operable program or batch file.
[] The filename, directory name, or volume label syntax is incorrect.
[] run exited with code 1
[] np exited with code 1
[] dev:webpack' exited with code 1
[electron'] run exited with code 1
['webpack] np exited with code 1
[] dev:electron' exited with code 1
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sqlectron@1.31.0 dev: `concurrently --names 'webpack,electron' --prefix name 'npm run dev:webpack' 'npm run dev:electron'`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the sqlectron@1.31.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\mpeveler\AppData\Roaming\npm-cache\_logs\2020-08-25T23_08_37_933Z-debug.log

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
@MasterOdin MasterOdin merged commit 9130c59 into master Aug 26, 2020
@MasterOdin MasterOdin deleted the package_windows branch August 26, 2020 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant