I've run through the steps to install npm, modified my config.js then ran node app.js.
After running it, I receive the following:
internal/modules/cjs/loader.js:905
throw err;
^
Error: Cannot find module 'propresenter'
Require stack:
- /Users/<username>/Desktop/propresenter-master-control/app.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
at Function.Module._load (internal/modules/cjs/loader.js:746:27)
at Module.require (internal/modules/cjs/loader.js:974:19)
at require (internal/modules/cjs/helpers.js:92:18)
at Object.<anonymous> (/Users/<username>/Desktop/propresenter-master-control/app.js:12:30)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/Users/<username>/Desktop/propresenter-master-control/app.js' ]
}
- All references to the username above were replaced with <username>
Poking around further, I did see that there is the node_modules/@utopian/propresenter directory though updating config.js to require ( "node_modules/@utopian/propresenter" ) did not make a difference.
This seems like a fantastic creation to make up for ProPresenter 7's lack of a master module which would be the sole reason my church would be able to upgrade. Otherwise we're stuck waiting on RV to come out with something to replace it.
I've run through the steps to install npm, modified my config.js then ran
node app.js.After running it, I receive the following:
Poking around further, I did see that there is the
node_modules/@utopian/propresenterdirectory though updating config.js torequire ( "node_modules/@utopian/propresenter" )did not make a difference.This seems like a fantastic creation to make up for ProPresenter 7's lack of a master module which would be the sole reason my church would be able to upgrade. Otherwise we're stuck waiting on RV to come out with something to replace it.