Files
@ d913d84d5253
Branch filter:
Location: kallithea/docs/usage/customization.rst
d913d84d5253
2.9 KiB
text/prs.fallenstein.rst
front-end: use 'bin' path for node commands instead of '.bin'
license-checker is using relative paths for importing other modueles - that
worked fine when .bin/license-checker was a symlink, but not on filesystems
without symlinks support:
internal/modules/cjs/loader.js:883
throw err;
^
Error: Cannot find module '../lib/index'
license-checker is using relative paths for importing other modueles - that
worked fine when .bin/license-checker was a symlink, but not on filesystems
without symlinks support:
internal/modules/cjs/loader.js:883
throw err;
^
Error: Cannot find module '../lib/index'