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
It seems the readme is not providing all sufficient details to start the desktopJS. For starts, npm run server no longer exists. I cannot seem to find it. Is this replaced by npm run start?
And when I install desktopJS and do npm install, and I go tolocalhost:8000, I get the following errors on Chrome:
GET http://localhost:8000/desktop.js net::ERR_ABORTED 404 (Not Found)
localhost/:10 GET http://localhost:8000/desktopjs-electron.js net::ERR_ABORTED 404 (Not Found)
localhost/:9 GET http://localhost:8000/desktopjs-openfin.js net::ERR_ABORTED 404 (Not Found)
localhost/:10 GET http://localhost:8000/desktopjs-electron.js net::ERR_ABORTED 404 (Not Found)
app.js:49 Uncaught ReferenceError: desktopJS is not defined
at app.js:49
I am on MacOS Mojave if that makes a difference. (Doubt it.) Or maybe I'm misreading the documentation to get this up and running.
The text was updated successfully, but these errors were encountered:
This goes back to the lerna/monorepo refactor #199 and not updating the readme appropriately. The start/server thing took me a bit to work out as I remember it being in a PR #215, but we had issues with squashing there and it change was missed in the updated PR #221
The big missing piece is having to run (or get it to run post install npm run bootstrap for lerna), then npm run build, then npm start.
It seems the readme is not providing all sufficient details to start the desktopJS. For starts,
npm run server
no longer exists. I cannot seem to find it. Is this replaced bynpm run start
?And when I install desktopJS and do
npm install
, and I go tolocalhost:8000
, I get the following errors on Chrome:I am on MacOS Mojave if that makes a difference. (Doubt it.) Or maybe I'm misreading the documentation to get this up and running.
The text was updated successfully, but these errors were encountered: