AndreasMadsen / trace

Creates super long stack traces
https://trace.js.org
MIT License
194 stars 18 forks source link

Conflict of stack-trace version with the one from clarify #39

Closed Alexsey closed 6 years ago

Alexsey commented 6 years ago

After I have execute an npm i in a clear folder (without package-lock.json and node_modules) I have start obtaining the error right on the app start

F:\test\node_modules\trace\node_modules\stack-chain\index.js:10
    throw new Error('Conflicting version of stack-chain found');
    ^

Error: Conflicting version of stack-chain found
    at Object.<anonymous> (F:\test\node_modules\trace\node_modules\stack-chain\index.js:10:11)
    at Object.<anonymous> (F:\test\node_modules\trace\trace.js:3:15)

STR:

  1. Create an empty folder
  2. Execute in it npm i clarify trace
  3. Create a file with code
    require('clarify')
    require('trace')
  4. Execute file

I'm posting this issue in trace repo, while probably it's the clarify that is needed to be updated, because update of trace has lead to this problem

npm: 5.5.1 node: 9.3.0

AndreasMadsen commented 6 years ago

Thanks, should be fixed now.