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
This issue can be replicated by deploying the pre-release found here.
It drops a symlink in /system/usr/bin/npm to ../lib/node_modules/npm/bin/npm-cli.js
/system/usr/bin/npm
../lib/node_modules/npm/bin/npm-cli.js
Once this mod is run the following is what is found on the device as the npm file:
XSym 0038 36c91a46c3a5a86837deff259c6d0874 ../lib/node_modules/npm/bin/npm-cli.js
Instead of a symlink to the proper location.
The text was updated successfully, but these errors were encountered:
Using a zip instead of directory simply results in the npm file containing:
But is still not a symlink. Tested on flashcast-v1.1
flashcast-v1.1
Sorry, something went wrong.
No branches or pull requests
This issue can be replicated by deploying the pre-release found here.
It drops a symlink in
/system/usr/bin/npm
to../lib/node_modules/npm/bin/npm-cli.js
Once this mod is run the following is what is found on the device as the npm file:
Instead of a symlink to the proper location.
The text was updated successfully, but these errors were encountered: