View Single Post
  #3  
Old 02-07-2017, 12:42 AM
snickerpop2 snickerpop2 is offline
Junior Member
 
Join Date: Feb 2017
Posts: 2
snickerpop2 is on a distinguished road
Default

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.
Reply With Quote