aelve / guide

A workspace for research teams
https://guide.aelve.com
106 stars 10 forks source link

INSTALL.md misses a command in 'How to install locally' section #220

Closed vsavkov closed 6 years ago

vsavkov commented 6 years ago

INSTALL.md for local installation misses a command to build bundle.js. It should look like:

$ stack build
$ scripts/buildjs.sh # to build bundle.js
$ stack exec guide
neongreen commented 6 years ago

stack build should run it 🤔

https://github.com/aelve/guide/blob/master/Setup.hs#L13

Do you have any idea why it doesn't do that for you? Maybe you could post the logs here?

vsavkov commented 6 years ago

Found in the log ./scripts/buildjs.sh: line 5: npm: command not found. My fault. I use nvm to setup nodejs/npm environment per project and didn't do that before stack build. Probably a note that npm is required would help.

neongreen commented 6 years ago

Fixed in the vue branch.

neongreen commented 6 years ago

(All development happens there nowadays.)