nofear87

Results 5 comments of nofear87

@jamiejackson: I run into the same problem! Here is my log: > DEBU[0535] Executing: mount -t cifs -o vers=3.0,username='administrator',password='****',sec=ntlm,rw //192.168.21.14/test$ /var/lib/docker-volumes/netshare/cifs/mediashare > > 2018/05/14 14:18:02 mount error(95): Operation not supported...

Got the following error: ``` con.connectSync('test.FDB','sysdba','masterkey',''); Error: While connecting - unsupported on-disk structure for file D:\FIREBIRD-TEST\test.FDB; found 11.2, support 12.0 ```

there is no fbembedded.lib in /lib folder? So just replace the linking in binding.gyp will not work out of the box?

please show actual and expected file structure thanks!

Try this: ``` copy: { test: { files: [{ expand: true, cwd: 'Folder_A', src: ['**'], dest: 'Folder_C' }, { expand: true, cwd: 'Folder_B', src: ['**'], dest: 'Folder_C' }] }, test2:...