Skip to content
  • NPM braincloud package install

    General node.js npm
    2
    0 Votes
    2 Posts
    824 Views
    J
    You can bypass the peer dependencies by adding --legacy-peer-deps flag to your npm install. After modifying package.json, then use npm-install-peers to install the rest of peer dependencies.