muddy-water
v1.2.4
Published
Darkside of sails
Downloads
114
Readme
muddy water
Install
add in dependency section of package.json
{
"dependencies": {
"patch-package": "^6.4.7",
"dark-sails": "^1.0.0",
}
}
add in script section of package.json
{
"scripts": {
"postinstall": "patch-package --patch-dir=node_modules/dark-sails"
}
}
Problems
- postinstall not runned
Try run this command in terminal
npm config set unsafe-perm true