question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not able to add Child Element to a Window Element - npm run start throwing error.

See original GitHub issue

@parro-it , @mischnic , @kusti8

So i just started working on building a proton-native desktop app on Windows 10 Pro edition.

I started off with the official documentation and my boiler plate code was ready.

npm run start was working fine and i was able to see . Below is the attached image. my-desktop-app-boiler-plate-working

Now when i add a Box Component inside my Window component and try running the npm run start command, it fails 😦 . Have attached the image below for the same.

my-desktop-app-boiler-plate-not-working

Kindly help, i really need this to get working, am i doing something wrong?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
kusti8commented, Jan 19, 2020

Proton Native V2 is now released! If the issue still occurs in the new update, please open a new issue.

0reactions
Oxymoron290commented, Jun 19, 2019

plotter

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to solve npm install error “npm ERR! code 1”
try with deleting package-lock.json file and node_module folder then run npm cache clean --force. And try npm i again to install packages. If...
Read more >
Common errors | npm Docs
If you see ENOENT lstat , ENOENT chmod , ENOTEMPTY unlink , or something similar in your log output, try updating npm to...
Read more >
Tutorial: Create a Node.js and React app in Visual Studio
Create a Node.js project; Add npm packages; Add React code to your app ... Open Visual Studio, and press Esc to close the...
Read more >
Working with JavaScript in Visual Studio Code
You are working with JavaScript or TypeScript code on vscode.dev or github.dev and VS Code is running in the browser. You open a...
Read more >
Troubleshooting | React Navigation
If the module points to an npm package (i.e. the name of the module doesn't with ./ ), then it's probably due to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found