Skip to content

42pub/dark-sails

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published