nativescript-vue/nativescript-vue.org

slug is undefined

alks801 opened this issue · 1 comments

Something is wrong.
If just:

  • git clone
  • npm i
  • npm run build

We are snowing this error:
image

Here is place where error happen:
image

Slug filed is undefined, as I understand it should be set here:
image

Break point in L62 is never happen

The problem was in Regex. In the Project used '/' for path. It is correct in Unix system
image