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

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -