We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently importing the module using npm install github:Polarrco/windowsstore#<commit hash> fails at node-gyp rebuild as it cannot find node-api.
npm install github:Polarrco/windowsstore#<commit hash>
node-gyp rebuild
Cause: npm install for private repos doesn't install dependencies recursively, so node-gyp rebuild fails to find node-addon-api.
npm install
node-addon-api
The text was updated successfully, but these errors were encountered:
tauseefk
No branches or pull requests
Currently importing the module using
npm install github:Polarrco/windowsstore#<commit hash>
fails atnode-gyp rebuild
as it cannot find node-api.Cause:
npm install
for private repos doesn't install dependencies recursively, so node-gyp rebuild fails to findnode-addon-api
.The text was updated successfully, but these errors were encountered: