javascript - prevent npm dependencies from installing in react-native -
is there way prevent list of dependencies in package.json installing when in environment, example react-native?
i installing web base code redux ducks install comes installing other dependencies break in react-native. there way prevent this?
right fix manually deleted undesired installs in node_modules
Comments
Post a Comment