You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/almanac.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ export default class Almanac {
120
120
console.error('Please convert your "path" properties to JsonPath syntax (ensure your path starts with "$")')
121
121
console.error('Alternatively, if you wish to continue using old syntax (provided by selectn), you may "npm install selectn" as a direct dependency.')
122
122
console.error('See https://github.com/CacheControl/json-rules-engine/blob/master/CHANGELOG.md#500--2019-10-27 for more information.')
123
-
throwerr
123
+
thrownewError('json-rules-engine: Unmet peer dependency "selectn" required for use of deprecated ".path" syntax. please "npm install selectn" or convert to json-path syntax')
0 commit comments