cgkineo / rub-cli

Adapt RUB buildkit
3 stars 2 forks source link

Warning: Helpers.isPathIncluded is not a function #18

Closed simondate closed 6 years ago

simondate commented 6 years ago

I get this error message whenever I try to build a course with Rub with fw2.

Makes it so the course doesn't recompile and I can't use grunt either afterwards

oliverfoster commented 6 years ago

Gonna need much more info. Working fine here.

simondate commented 6 years ago

Steps to replicate:

  1. ensure node version is 6.14.3
  2. run adapt create course using default settings but change branch to legacy
  3. cd in and run rub -ds
  4. The build fails and no html file is created in build.

Also fails with rub -dsf too

oliverfoster commented 6 years ago

You should be able to fix using:

  1. npm install -g rub-cli
  2. rub patch
  3. rub -d
simondate commented 6 years ago

Working now. Cheers @oliverfoster

oliverfoster commented 6 years ago

np 👍 - thanks for reporting