jsware / raml-editor

Implementation of MuleSoft's API designer using local filesystem
https://www.jsware.io/raml-editor/
MIT License
0 stars 0 forks source link

raml-editor.sh scripts don't work if called via symlinks #2

Closed jsware closed 4 years ago

jsware commented 4 years ago

Steps to reproduce:

cd /tmp ln -s $HOME/GitHub/raml-editor/bin/raml-editor.sh /tmp/raml-editor.sh myapi

Fails to determine correct location for npm_modules and npm install fails.