Build instructions
See original GitHub issueSorry if I’ve missed this somewhere, but I’ve been trying to find instructions for building the app from the codebase on OS X but can’t seem to locate any info.
Have tried cloning the repo and wanted to play around with the build
and compile
scripts there are, but not having success installing the dependencies, with npm failing at the compile:tslint script.
. It throws a whole lot of similar errors related to TS:
node_modules/@types/react-virtualized/node_modules/@types/react/index.d.ts(3629,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'switch' must be of type 'SVGProps<SVGSwitchElement>', but here has type 'SVGProps<SVGSwitchElement>'.
Are there any official build instructions floating around somewhere or could someone point out what I’m missing?
I have no problem building Atom on my environment, which is also an Electron app.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Building Instructions - Customer Service - LEGO.com US
Looking for LEGO® building instructions? You've come to the right place! We've made thousands of LEGO instruction booklets available online.
Read more >LEGO® Builder - Apps on Google Play
LEGO® Builder is the official app to find and save digital PDF & 3D LEGO building instructions for your LEGO construction sets. With...
Read more >LEGO® Builder on the App Store - Apple
LEGO® Builder is the official app to find and save digital PDF & 3D LEGO building instructions for your LEGO construction sets. With...
Read more >Build Instructions - 3D Slicer documentation - Read the Docs
Build Instructions ¶ · Overview · Extensions for developer builds of Slicer · Custom builds · Windows · Install prerequisites · Set up...
Read more >Let's Build It Again: Old LEGO Instructions
Free LEGO instructions - Here you can find step by step LEGO building instructions from the past. We have old LEGO instructions books...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Builds well on Node 8.4 👍
It looks like the problem I had was due to using yarn, using plain good 'ol
npm install
did the trick.