From: mePy2 Date: Sun, 27 Sep 2020 15:19:58 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~2110 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e95991d64577bfabd7c0c346f6ea69ee5036342;p=libreriscv.git --- diff --git a/HDL_workflow/blahblah.mdwn b/HDL_workflow/blahblah.mdwn index 138fb5107..8ca495bfd 100644 --- a/HDL_workflow/blahblah.mdwn +++ b/HDL_workflow/blahblah.mdwn @@ -1,19 +1,18 @@ If you get this: -``` -#!/bin/bash -cd "CircuitVerse-master folder" -npm install -``` + + #!/bin/bash + cd "CircuitVerse-master folder" + npm install + [...] -``` -npm run build -``` + + npm run build + I get: `npm ERR! missing script: build` Well... run it in the correct folder! ("cv-frontend-master") :) -``` -#!/bin/bash -cd cv-frontend-master -npm install -npm run build -``` + + #!/bin/bash + cd cv-frontend-master + npm install + npm run build