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
npm install should be enough to install node-stringprep. The user shouldn't have to do a bunch of other crap to get this to install - thats the whole point of a package management system like npm.
I think you can probably just put an appropriate preinstall script in package.json that checks what kind of linux you have and runs the right stuff to install libicu.
The text was updated successfully, but these errors were encountered:
npm install should be enough to install node-stringprep. The user shouldn't have to do a bunch of other crap to get this to install - thats the whole point of a package management system like npm.
I think you can probably just put an appropriate preinstall script in package.json that checks what kind of linux you have and runs the right stuff to install libicu.
The text was updated successfully, but these errors were encountered: