Testing has revealed that the ursa build process handled by the build scripts is very sensitive to the version on atom-shell in use.
The current build scripts are set to version 0.22.1.
A tester had atom-shell version 21.2 installed and encountered errors on application launch. Once the versions were matched, noxious operated properly.
It would seem the the locally installed binary supersedes the atom-shell included in the dependencies even when 'npm start' is used to launch noxious.
Testing has revealed that the ursa build process handled by the build scripts is very sensitive to the version on atom-shell in use.
The current build scripts are set to version 0.22.1.
A tester had atom-shell version 21.2 installed and encountered errors on application launch. Once the versions were matched, noxious operated properly.
It would seem the the locally installed binary supersedes the atom-shell included in the dependencies even when 'npm start' is used to launch noxious.
The build scripts need to be made smarter.