Skip to content

Fix lib paths#3

Open
s5no5t wants to merge 1 commit into
Prismatik:masterfrom
s5no5t:master
Open

Fix lib paths#3
s5no5t wants to merge 1 commit into
Prismatik:masterfrom
s5no5t:master

Conversation

@s5no5t
Copy link
Copy Markdown

@s5no5t s5no5t commented Jun 14, 2019

The tools is useful, thx!

Now, I had to fix the library paths locally. Not sure how this could have worked in the past.

@moll
Copy link
Copy Markdown

moll commented Jun 14, 2019

Hey! I'm not the creator nor maintainer of this tool, but could your problem be just a partial git clone? The node_modules directory seems to contain a root symlink and it sounds like it was missing on your system.

@s5no5t
Copy link
Copy Markdown
Author

s5no5t commented Jun 14, 2019

Ah interesting. I'm on Windows, and I think git symlinks don't work properly on Windows.
Not sure what the advantage of using symlinks here is compared to my fix here, but I guess this works on Linux just as well.

@moll
Copy link
Copy Markdown

moll commented Jun 14, 2019

In this project with a handful of files, probably no advantage. Generally using the symlink trick however lets you move your files around without having to update all of the relative dependencies inside that file. Once you have tens of dependencies per file, it certainly helps a lot.

I have a feeling this repo is mostly unmaintained, but hopefully your patch helps someone else on Windows. :) I do invite you to join us in the Linux land though. ^_^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants