From: mePy2 Date: Sun, 27 Sep 2020 15:18:25 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~2111 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bed504ec00583f0db9ffc075dd3e8c43cd412117;p=libreriscv.git --- diff --git a/HDL_workflow/blahblah.mdwn b/HDL_workflow/blahblah.mdwn new file mode 100644 index 000000000..138fb5107 --- /dev/null +++ b/HDL_workflow/blahblah.mdwn @@ -0,0 +1,19 @@ +If you get this: +``` +#!/bin/bash +cd "CircuitVerse-master folder" +npm install +``` +[...] +``` +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 +```