Skip to content
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

Build error on line 205, 262 and 395 #28

Open
ReddikHaien opened this issue Apr 3, 2019 · 2 comments
Open

Build error on line 205, 262 and 395 #28

ReddikHaien opened this issue Apr 3, 2019 · 2 comments

Comments

@ReddikHaien
Copy link

Hello, when i tried to install the package. I got the following error:

  • atb.cc(205): error C2661: 'v8::Function::NewInstance': no overloaded function takes 0 arguments
    and this one
  • atb.cc(262): error C2512: 'v8::TryCatch': no appropriate default constructor available
  • atb.cc(395): error C2512: 'v8::TryCatch': no appropriate default constructor available

Don't know if this is just a problem with my setup. I have node version 10.14.2 and have installed visual studio 2015 community. Thanks for any help :)

  • Reddikhaien
@grrrwaaa
Copy link

+1, same issue here. Windows, node -v v10.13.0. Guess the v8 API has moved on since this project was written?

@wadim1611
Copy link

Similar issues during an attempt to install
npm install v8-profiler
...

...
C:\Program Files\nodejs\node_modules\v8-profiler\src\heap_output_stream.cc(17,14): error C2512: 'v8::TryCatch': no appropriate default constructor available [C:\Program Files\nodejs\node_modules\v8-profiler\build\profiler.vcxproj]
C:\Program Files\nodejs\node_modules\v8-profiler\src\heap_profiler.cc(35,18): error C2512: 'v8::TryCatch': no appropriate default constructor available [C:\Program Files\nodejs\node_modules\v8-profiler\build\profiler.vcxproj]
...

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

No branches or pull requests

3 participants