milankinen / culli

[NOT MAINTAINED] Cycle Utility Libraries for clean, well-structured and concise code
MIT License
24 stars 0 forks source link

Never ending loop when running `npm i` #6

Closed dmitriz closed 7 years ago

dmitriz commented 7 years ago

When trying to run install I am getting never ending loop:

± |master ✗| → npm i

> culli@0.0.1 postinstall /Users/dmitrizaitsev/Repos/culli
> npm run setup && npm run build

> culli@0.0.1 setup /Users/dmitrizaitsev/Repos/culli
> nb link && nb exec -- npm i && nb exec -- npm run update:bins

WARNING: Failed to find a Northbrook configuration file

>  culli
  has no dependencies to link
WARNING: Failed to find a Northbrook configuration file
❯ culli - npm i

> culli@0.0.1 postinstall /Users/dmitrizaitsev/Repos/culli
> npm run setup && npm run build

> culli@0.0.1 setup /Users/dmitrizaitsev/Repos/culli
> nb link && nb exec -- npm i && nb exec -- npm run update:bins

WARNING: Failed to find a Northbrook configuration file

>  culli
  has no dependencies to link
WARNING: Failed to find a Northbrook configuration file
❯ culli - npm i

^C⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ normalizeTree: sill install loadCurrentTree

and so on.

milankinen commented 7 years ago

Doh! Never got notification about this issue... Sorry!

Are you using Linux/OSX/Win? Which version of northbrook did you use?

milankinen commented 7 years ago

Should be fixed now in master