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
{{ message }}
This repository has been archived by the owner on May 10, 2023. It is now read-only.
After installing a newer nodejs version converjon stopped working. Error is options.hasOwnProperty is not a function. Excerpt form the debug/error log:
[DEBUG] 2 Target file doesn't exist. Must be regenerated.
[DEBUG] 2 Applying cropping and constriants
[DEBUG] 2 Released lock: metadata
[DEBUG] 2 Released lock: source file
[DEBUG] 2 Released lock: target file
[ERROR] options.hasOwnProperty is not a function
When it works the debug log looks more like this:
[DEBUG] 0 Target file doesn't exist. Must be regenerated.
[DEBUG] 0 Applying cropping and constriants
[DEBUG] 0 Requesting image conversion
[DEBUG] 0 Image conversion successful
[DEBUG] 0 Released lock: metadata
[DEBUG] 0 Released lock: source file
[DEBUG] 0 Releasing lock: target file
I checked different node/npm versions w/ converjon 2.7.2:
node v6.2.1 w/ npm 3.9.3: fails (--no-shrinkwrap fails as well)
node v5.9.1 w/ npm 3.7.3: works
node v4.4.5 w/ npm: 2.15.5: works
The tests are running without errors on the node v6 version. I did not investigate further, but think hasOwnProperty and other functions have been deprecated in V8 and have since been removed in version 6.
The text was updated successfully, but these errors were encountered:
After installing a newer nodejs version converjon stopped working. Error is
options.hasOwnProperty is not a function
. Excerpt form the debug/error log:When it works the debug log looks more like this:
I checked different node/npm versions w/ converjon 2.7.2:
--no-shrinkwrap
fails as well)The tests are running without errors on the node v6 version. I did not investigate further, but think
hasOwnProperty
and other functions have been deprecated in V8 and have since been removed in version 6.The text was updated successfully, but these errors were encountered: