Skip to content

build directory fixed#129

Open
developerKumar wants to merge 2 commits intochrisa:masterfrom
developerKumar:master
Open

build directory fixed#129
developerKumar wants to merge 2 commits intochrisa:masterfrom
developerKumar:master

Conversation

@developerKumar
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant