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

cant start the app #8

Open
estebanmuruzabal opened this issue Jun 21, 2018 · 1 comment
Open

cant start the app #8

estebanmuruzabal opened this issue Jun 21, 2018 · 1 comment

Comments

@estebanmuruzabal
Copy link

I am getting this errror:
Estebans-MacBook-Pro:nuclear estebanmuruzabal$ yarn dev-start yarn run v1.7.0 $ concurrently "yarn run build" "yarn start" $ parcel src/index.html --target electron --public-url . $ cross-env NODE_ENV=development electron . [1] 2018-06-21 00:14:30.712 Electron[29791:27169201] *** WARNING: Textured window <AtomNSWindow: 0x7fd17ef29710> is getting an implicitly transparent titlebar. This will break when linking against newer SDKs. Use NSWindow's -titlebarAppearsTransparent=YES instead. 🚨 /Users/estebanmuruzabal/nuclear/src/js/components/Editor.tsx:35:43: Cannot resolve dependency '../../../lib/tsclient' at '/Users/estebanmuruzabal/nuclear/lib/tsclient' at /Users/estebanmuruzabal/nuclear/node_modules/parcel-bundler/lib/Resolver.js:77:19 [0] at next (native) [0] at step (/Users/estebanmuruzabal/nuclear/node_modules/parcel-bundler/lib/Resolver.js:3:191) [0] at /Users/estebanmuruzabal/nuclear/node_modules/parcel-bundler/lib/Resolver.js:3:361

@simonhochrein
Copy link
Member

Hello! This project is in active development and is a little unstable. That error looks like you need to check out the submodules. git submodule init && git submodule update should fix it.

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

No branches or pull requests

2 participants