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

doc: #351

Open
1 task
tanju1984 opened this issue Mar 30, 2023 · 0 comments
Open
1 task

doc: #351

tanju1984 opened this issue Mar 30, 2023 · 0 comments

Comments

@tanju1984
Copy link

I have found following Problem:
After Installation I always get a message like: "The path Variable is expecting String, undefined is given."
So I found out following and fixed it too:

In the folder "nodejs-mobile-cordova\install\hooks\both" there are 2 files:

  • after-prepare-native-modules-preference
  • after-prepare-patch-npm-packages

Both of them have a Code-Line with this:

  • var platformAPIInstance = new platformAPI();

==> It has to be changed to:

  • var platformAPIInstance = new platformAPI(platform,platformPath);

==> After doing this change, it will work correctly!

📗 API Reference Docs Problem

  • Version: ✍️
  • Platform: ✍️
  • Subsystem: ✍️

Location

Section of the site where the content exists

Affected URL(s):

Description

Concise explanation of the problem

✍️


  • I would like to work on this issue and
    submit a pull request.
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

1 participant