RoboHelp 2020 to 2022 Upgrade: command-line error
Hello,
We've installed 2022 on the same system as 2020 and are running the newer version against the upgraded project file to generate help. When we run the command, we get the following output:
C:\Program Files\Adobe\Adobe RoboHelp>
(node:8368) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `robohelp --trace-warnings ...` to show where the warning was created)
App is ready
Adobe (R) RoboHelp
Copyright (C) 1992-2022, Adobe Inc and its licensors. All rights reserved.
(node:8672) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `RoboHelp --trace-warnings ...` to show where the warning was created)
(node:8744) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `RoboHelp --trace-warnings ...` to show where the warning was created)
(node:332) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `RoboHelp --trace-warnings ...` to show where the warning was created)
(node:4372) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `RoboHelp --trace-warnings ...` to show where the warning was created)
getWindowReady getting window is ready..
in handlecommands..
(node:332) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
In Generate Method..
Created Promise of generate..
Starting work in startWork..
defaultWorkerWindow is ready..
defaultWorkerWindow is ready with responseKey: 4b43ec86-6c08-4502-8cd2-12e2e5f57f12..
defaultWorkerWindow is ready with updateKey: 4b43ec86-6c08-4502-8cd2-12e2e5f57f12_update..
(node:11120) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `RoboHelp --trace-warnings ...` to show where the warning was created)
(node:5864) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `RoboHelp --trace-warnings ...` to show where the warning was created)
Compilation complete.
ipcMain.once recieved on key responseKey: 4b43ec86-6c08-4502-8cd2-12e2e5f57f12..
Broker start work: WorkDone..
Resp recieved
This error does not occur in the 2020 version of the exe. The output is never generated in 2022. I've attempted to search for this myself, but all results refer to Node.js, which is not installed on the system.
Has anyone run into this? We are running Java 8...should I update the JRE?
