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
The following scripts in the package are displaying in the console the error:
'node_modules' is not recognized as an internal or external command, operable program or batch file.
"build:desktop": "npm run clean:dist:desktop && rimraf desktop/** && npm run build:prod:desktop && node_modules/.bin/build --platform all --arch x64", "build:desktop:mac": "npm run clean:dist:desktop && rimraf desktop/mac/* && npm run build:prod:desktop && node_modules/.bin/build --platform darwin --arch x64", "build:desktop:windows": "npm run clean:dist:desktop && rimraf desktop/win/* && npm run build:prod:desktop && node_modules/.bin/build --platform win32 --arch x64", "build:desktop:linux": "npm run clean:dist:desktop && rimraf desktop/linux/* && npm run build:prod:desktop && node_modules/.bin/build --platform linux --arch x64", "dist:build:desktop": "npm run clean:dist:desktop && rimraf desktop/* && npm run build:prod:desktop && node_modules/.bin/build --platform all --arch x64 --dist", "dist:build:desktop:mac": "npm run clean:dist:desktop && rimraf desktop/mac/* && npm run build:prod:desktop && node_modules/.bin/build --platform darwin --arch x64 --dist", "dist:build:desktop:windows": "npm run clean:dist:desktop && rimraf desktop/win/* && npm run build:prod:desktop && node_modules/.bin/build --platform win32 --arch x64 --dist", "dist:build:desktop:linux": "npm run clean:dist:desktop && rimraf desktop/linux/* && npm run build:prod:desktop && node_modules/.bin/build --platform linux --arch x64 --dist",
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
The following scripts in the package are displaying in the console the error:
The text was updated successfully, but these errors were encountered: