Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot install #1

Open
scharrua opened this issue May 12, 2020 · 4 comments
Open

cannot install #1

scharrua opened this issue May 12, 2020 · 4 comments

Comments

@scharrua
Copy link

Hi!
just found your project, seems very interesting.
I've followed your installation instructions, but the NPM fails deploying the whole applcation: i en up with only a node_modules folder and the package-lock.json file.
When trying to run :
PORT=9080 npm start

it fails saying :
npm WARN npm npm does not support Node.js v10.19.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
npm WARN npm You can find the latest version at https://nodejs.org/
npm ERR! path /usr/src/wb/package.json
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open '/usr/src/wb/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

any clue on how to solve this?

Thanks in advance

@rdbeach
Copy link
Owner

rdbeach commented May 13, 2020

This looks like either a problem with node or with npm. Try updating one or both of those.

Alternatively, you can manually upload/clone the source to the node_modules directory.

once in the wb-rdbeach directory type:
npm install

Then start the server as indicated in the readme page.

You can also bypass npm completely--Once the source is uploaded, go to the server directory and type: node server.js

@scharrua
Copy link
Author

Thanks Robert,
I'm using

node --version

v10.19.0

So I guess ths is OK.

I did clone the source and manually started WB sucessfully. the issue now is that the a notification message (something like "Creating canvas" or "loading ....") is stuck on the canvas and does not disapear/close. I still can draw and everything, but the modal dialog notification DIV is fixed in the middle of the browser window...
BTW, i'm using Edge Chromium and Google Chrome.

Also, I managed to integrate WP with Jitsi Meet ;)

Cheers,

Sérgio

@rdbeach
Copy link
Owner

rdbeach commented May 13, 2020

OK. Did you download the latest version of WB. that would be version 1.2.8.

If the loading message is not going away, that indicates something went wrong with the initial load. Are you using this on your local machine? Or what is the URL you are using? If you’re using Chrome you can open the developer tools and look at the JavaScript console. Tell me if there are any error messages when you load. Thx

@ashutoshmishraji
Copy link

Hey how we can use it angular as whiteboard webrtc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants