[GH-ISSUE #23] Problems with npm install #16

Closed
opened 2026-05-05 11:24:27 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @alejandronanez on GitHub (Feb 19, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/23

Hello!

I forked the repo and I'm having issues when I run npm install

I'm getting this (a LOT of times)

2 warnings generated.
  CXX(target) Release/obj.target/nbind/src/UiArea/UiDrawPath.o
In file included from ../src/UiArea/UiDrawPath.cc:3:
In file included from ../../nbind/include/nbind/nbind.h:8:
In file included from ../../nbind/include/nbind/BindDefiner.h:20:
../../nbind/include/nbind/v8/Overloader.h:105:42: warning: 'NewInstance' is deprecated [-Wdeprecated-declarations]
                args.GetReturnValue().Set(constructor->NewInstance(argc, &argv[0]));
                                                       ^
/Users/alejandro/.node-gyp/8.9.1/include/node/v8.h:3831:3: note: 'NewInstance' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version",
  ^
/Users/alejandro/.node-gyp/8.9.1/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated))
- node 8.9.1
- npm 5.6.0
- OSX

Let me know if I can help with anything.

Originally created by @alejandronanez on GitHub (Feb 19, 2018). Original GitHub issue: https://github.com/kusti8/proton-native/issues/23 Hello! I forked the repo and I'm having issues when I run `npm install` I'm getting this (a LOT of times) ```shell 2 warnings generated. CXX(target) Release/obj.target/nbind/src/UiArea/UiDrawPath.o In file included from ../src/UiArea/UiDrawPath.cc:3: In file included from ../../nbind/include/nbind/nbind.h:8: In file included from ../../nbind/include/nbind/BindDefiner.h:20: ../../nbind/include/nbind/v8/Overloader.h:105:42: warning: 'NewInstance' is deprecated [-Wdeprecated-declarations] args.GetReturnValue().Set(constructor->NewInstance(argc, &argv[0])); ^ /Users/alejandro/.node-gyp/8.9.1/include/node/v8.h:3831:3: note: 'NewInstance' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", ^ /Users/alejandro/.node-gyp/8.9.1/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated)) ``` ```shell - node 8.9.1 - npm 5.6.0 - OSX ``` Let me know if I can help with anything.
Author
Owner

@kusti8 commented on GitHub (Feb 19, 2018):

Those look like just warnings. Does it work?

On Mon, Feb 19, 2018, 5:01 PM Alejandro Ñáñez Ortiz <
notifications@github.com> wrote:

Hello!

I forked the repo and I'm having issues when I run npm install

I'm getting this (a LOT of times)

2 warnings generated.
CXX(target) Release/obj.target/nbind/src/UiArea/UiDrawPath.o
In file included from ../src/UiArea/UiDrawPath.cc:3:
In file included from ../../nbind/include/nbind/nbind.h:8:
In file included from ../../nbind/include/nbind/BindDefiner.h:20:
../../nbind/include/nbind/v8/Overloader.h:105:42: warning: 'NewInstance' is deprecated [-Wdeprecated-declarations]
args.GetReturnValue().Set(constructor->NewInstance(argc, &argv[0]));
^
/Users/alejandro/.node-gyp/8.9.1/include/node/v8.h:3831:3: note: 'NewInstance' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/alejandro/.node-gyp/8.9.1/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated))

  • node 8.9.1
  • npm 5.6.0
  • OSX

Let me know if I can help with anything.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/kusti8/proton-native/issues/23, or mute the thread
https://github.com/notifications/unsubscribe-auth/AJW73M4CvacKd-u1iI9UtR-eAIN7QVMAks5tWe8ygaJpZM4SLJ4n
.

<!-- gh-comment-id:366813083 --> @kusti8 commented on GitHub (Feb 19, 2018): Those look like just warnings. Does it work? On Mon, Feb 19, 2018, 5:01 PM Alejandro Ñáñez Ortiz < notifications@github.com> wrote: > Hello! > > I forked the repo and I'm having issues when I run npm install > > I'm getting this (a LOT of times) > > 2 warnings generated. > CXX(target) Release/obj.target/nbind/src/UiArea/UiDrawPath.o > In file included from ../src/UiArea/UiDrawPath.cc:3: > In file included from ../../nbind/include/nbind/nbind.h:8: > In file included from ../../nbind/include/nbind/BindDefiner.h:20: > ../../nbind/include/nbind/v8/Overloader.h:105:42: warning: 'NewInstance' is deprecated [-Wdeprecated-declarations] > args.GetReturnValue().Set(constructor->NewInstance(argc, &argv[0])); > ^ > /Users/alejandro/.node-gyp/8.9.1/include/node/v8.h:3831:3: note: 'NewInstance' has been explicitly marked deprecated here > V8_DEPRECATED("Use maybe version", > ^ > /Users/alejandro/.node-gyp/8.9.1/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED' > declarator __attribute__((deprecated)) > > - node 8.9.1 > - npm 5.6.0 > - OSX > > Let me know if I can help with anything. > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/kusti8/proton-native/issues/23>, or mute the thread > <https://github.com/notifications/unsubscribe-auth/AJW73M4CvacKd-u1iI9UtR-eAIN7QVMAks5tWe8ygaJpZM4SLJ4n> > . >
Author
Owner

@alejandronanez commented on GitHub (Feb 19, 2018):

It does not :/
What versions of node/npm should I use?

<!-- gh-comment-id:366815300 --> @alejandronanez commented on GitHub (Feb 19, 2018): It does not :/ What versions of node/npm should I use?
Author
Owner

@kusti8 commented on GitHub (Feb 20, 2018):

What's the full output of the install?

On Mon, Feb 19, 2018, 5:15 PM Alejandro Ñáñez Ortiz <
notifications@github.com> wrote:

It does not :/
What version should I use?


You are receiving this because you commented.

Reply to this email directly, view it on GitHub
https://github.com/kusti8/proton-native/issues/23#issuecomment-366815300,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AJW73Jmf6yPh6dx1oOEwmkNGlK4EPpe-ks5tWfJygaJpZM4SLJ4n
.

<!-- gh-comment-id:366831665 --> @kusti8 commented on GitHub (Feb 20, 2018): What's the full output of the install? On Mon, Feb 19, 2018, 5:15 PM Alejandro Ñáñez Ortiz < notifications@github.com> wrote: > It does not :/ > What version should I use? > > — > You are receiving this because you commented. > > > Reply to this email directly, view it on GitHub > <https://github.com/kusti8/proton-native/issues/23#issuecomment-366815300>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AJW73Jmf6yPh6dx1oOEwmkNGlK4EPpe-ks5tWfJygaJpZM4SLJ4n> > . >
Author
Owner

@alejandronanez commented on GitHub (Feb 20, 2018):

I cleaned the cache, tried again and it worked. I'm closing this then.

Thanks @kusti8 !

<!-- gh-comment-id:366921090 --> @alejandronanez commented on GitHub (Feb 20, 2018): I cleaned the cache, tried again and it worked. I'm closing this then. Thanks @kusti8 !
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#16
No description provided.