sintaxi / harp

Static Web Server/Generator/Bundler
http://harpjs.com
4.99k stars 346 forks source link

MISSING INIT FILE 'ERROR' #680

Closed FrontEndProfile closed 1 year ago

FrontEndProfile commented 1 year ago

image

sintaxi commented 1 year ago

I was able to get that project working by running the following....

git clone git@github.com:kennethormandy/hb-remedy.git
cd hb-remedy
npm init -y
npm install -g harp
npm install less --save-dev
harp .
Screenshot 2023-01-13 at 2 28 57 AM