Coder Social home page Coder Social logo

doesnt work? about pvoice HOT 4 OPEN

kFxDaKing avatar kFxDaKing commented on August 29, 2024
doesnt work?

from pvoice.

Comments (4)

PichotM avatar PichotM commented on August 29, 2024

please verify the script loaded

from pvoice.

TanguyOrtegat avatar TanguyOrtegat commented on August 29, 2024

Hello,
On our server we have same issue.
Here is what we did:

  1. started pVoice , but gave us some errors becasue of node modules, so we did with node js do to pVoice directory and did command npm -install

  2. afterwards pVoice could build correctly

  3. Like @wolgix nothing happens when pressing keys. No notification above the radar. I did look at the code , found nothing strange.

from pvoice.

TanguyOrtegat avatar TanguyOrtegat commented on August 29, 2024

@PichotM After some research i found the sollution, when packing the pVoice, he makes a dist folder on THE ROOT of the server and not in the folder pVoice itself. So you just need to copy past dist folder to pVoice and now it is working

from pvoice.

TanguyOrtegat avatar TanguyOrtegat commented on August 29, 2024

I think you can solve it by in webpack/ server config
path: path.resolve(fivemPath, "dist")

change into
path: path.resolve(__dirname, "dist")

from pvoice.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.