-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module './build/Release/DTraceProviderBindings' #135
Comments
Hi! Thanks for the report! Can you paste the output of |
@dikaiosune : Here's the output: |
I'm not sure why xdl is showing these issues, as the release process is supposed to clean up any dtrace stuff (although I didn't work on that, maybe @jesseruder remembers more details?). From a quick google it seems like an issue like a not-yet-accepted Xcode license agreement could cause problems? c.f. trentm/node-bunyan#216 (comment) If this crops up for more users, might be worth looking at a logger which doesn't attempt to use any native modules. |
Same issue here. In my case the stated error shows up three times sequentially.
|
@wass3r do you have xcode installed? and if so, have you accepted the license agreement? |
@dikaiosune I have .. by using |
I had this error on an old However, I saw the following reference to
|
Same issue here. Xcode license is accepted on m machine.
|
Same here, exact same version and problem as @janhoogeveen. |
Same here, with: yarn list v0.24.5 |
I have the same issue |
Same here with: yarn list v0.24.5 |
I think we probably need to stop transitively depending on bunyan based on: trentm/node-bunyan#216 cc @jesseruder @brentvatne I think we need to replace bunyan in xdl for this to be fixed. |
Same issue here:
yarn list v0.24.5 |
I figured out this issue: |
I followed the instructions in the Stack Overflow referenced above and it did not solve the issue for me.
|
Same error |
this comment seems useful: sysgears/apollo-universal-starter-kit#217 (comment) |
same issue at here yarn list v0.24.6 |
I change the node version to v6.10.0, everything work. |
I had the same issue, so I followed @babenzele 's suggestion, removed the |
|
Check your python version. After
I was able to run |
Just to add my 2¢, indeed, removing |
@xuv that worked for me! Thank you. |
I encountered this and was able to fix it by using a Python version < To see what the issue is for your system (or if the above did not solve the problem), run The reason for the failure is that the |
in our next release we will remove all dependencies on dtrace-provider, which should make all of these issues go away. sorry about this! |
Looking forward to this! Been driving me crazy. :) Any planned date for the release @brentvatne ? |
I had the same error. It got fixed after I switched to python2 (I'm using anaconda) and then nuking |
This is fixed now. We no longer depend on dtrace! :) |
I know this is an old issue but I wanted to comment on it in case anyone else has the same issue I had. My issue was caused by having parentheses in my path. Moving the project to a path without the parens worked for me. |
Description
Hi, I'm getting the following issue (screenshot attached too) after updating the CRNA app. I changed the version from the package.json and sdk version from app.json file. Whenever I run
yarn start
, it displays some error but the app works fine though.Observed Behavior
Environment
npm ls react-native-scripts
: react-native-scripts@0.0.25npm ls react-native
: react-native@0.42.3npm ls expo
: expo@15.1.2node -v
: v7.4.0npm -v
: 4.0.5yarn --version
: 0.21.3watchman version
: 4.7.0Also specify:
The text was updated successfully, but these errors were encountered: