node-dtrace-provider icon indicating copy to clipboard operation
node-dtrace-provider copied to clipboard

build directory fixed

Open developerKumar opened this issue 6 years ago • 0 comments

Fixed: var binding = require('./src/build/' + builds[i] + '/DTraceProviderBindings'); to var binding = require('./build/' + builds[i] + '/DTraceProviderBindings');

As it was giving console compile warning in react typescript project. Warning was:

./node_modules/dtrace-provider/dtrace-provider.js Module not found: Can't resolve './src/build' in '/home/mukulkumar/Desktop/Mukul/web-frontend/node_modules/dtrace-provider

developerKumar avatar Jan 08 '20 00:01 developerKumar