 Re: Anyone have any experience with mfc_cb.node? I have a problem
I had issues as well with the program what worked for me was installing each package individually.
If you go to package.json and open with notepad it will tell you each package that needs to be installed under dependancy.
then you just npm install "name"
One package MFC... something wouldn't install so I found that one on github as well. You can download the zip, and then put it where all the other node modules are.
After that when you run the program it should work.
|