Relative path issue processing node_modules file

Description

The following

generates the following exception

Environment

{:deps {org.clojure/clojurescript {:mvn/version "1.10.238"}}}

Activity

Show:

Mike Fikes May 21, 2018 at 8:30 PM

This failure was evidently related to the fact that I had a node_modules directory sitting in my home directory. Removing it caused the issue above to go away.

Perhaps this is the result of the processing marching outward (I was in a subdirectory of my home directory). If this is a possibility, maybe the ClojureScript compiler can itself handle this corner case? (Or is this just a user error?)

Details

Assignee

Reporter

Labels

Priority

Created May 21, 2018 at 8:05 PM
Updated May 21, 2018 at 8:30 PM