Closed sm2017 closed 7 years ago
I run the following command
yarn add fastpriorityqueue error queue-priority@1.0.0: The engine "node" is incompatible with this module. Expected version "~0.4". error Found incompatible module info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
I see that in https://github.com/lemire/FastPriorityQueue.js/blob/master/package.json#L26-L35 "queue-priority": "^1.0.0" is dependency but it is not really dependency it is used only in benchmark
"queue-priority": "^1.0.0"
Can you please remove all from dependencies and add it to benchmark folder only ?
Yes, I will do so today.
Hopefully resolved with the latest release.
I run the following command
I see that in https://github.com/lemire/FastPriorityQueue.js/blob/master/package.json#L26-L35
"queue-priority": "^1.0.0"
is dependency but it is not really dependency it is used only in benchmarkCan you please remove all from dependencies and add it to benchmark folder only ?