UNPKG

muddy-water

Version:
35 lines (25 loc) 442 B
# 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 1. postinstall not runned Try run this command in terminal ``` npm config set unsafe-perm true ```