noahlange / homebrewery-electron

Electron port of Natural Crit's Homebrewery app.
10 stars 6 forks source link

Install notes #3

Closed Nattle closed 6 years ago

Nattle commented 6 years ago

In order to get it to build I had to do the following:

npm install yarn npm install react@15.6.1 npm install react-dom@15.6.1 npm install typescript npm install ntypescript npm install react-codemirror npm install react-codemirror2 npm install @ types/react

(Note that there shouldn't be a space between @ and types/react but without it git hub thinks it's a name mention.

noahlange commented 6 years ago

Oh, you're using NPM. You'll need to run npm install before attempting a build. I'll update that for NPM users.

noahlange commented 6 years ago

@xCette - updated in commit da4e5f1be3a0d1be993940349bc18474ccf6ac63.

Thanks for taking a look!