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
Please bump the nodegui dependency to a version that contains nodegui#979.
EDIT: tried doing that in cloned repo, but then npm start fails due to module resolution issues.
npm start
EDIT2 here's what worked for me:
package.json
yarn
npm install
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please bump the nodegui dependency to a version that contains nodegui#979.
EDIT: tried doing that in cloned repo, but then
npm start
fails due to module resolution issues.EDIT2 here's what worked for me:
package.json
to bump the dependency to 0.57.3yarn
instead ofnpm install
npm start
The text was updated successfully, but these errors were encountered: