You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably you get the folder node-v11-darwin-x64 instead of node-webkit-v13-darwin-ia32 because npm install --save serialport gets that addon for Node.js and not for node-webkit.
Hello.
I try to create a simple app with node-webkit. I run yeoman-generator for my project. Then I run
npm install --save serialport
I wrote simple app
then I run grunt task - dist-mac (I use MacOS 64-bit) - all works fine:
and then, when I launch my application I see the error
And into folder Release I see the other folder named node-v11-darwin-x64. Why it doesn't work?
The text was updated successfully, but these errors were encountered: