Development
npm cheat sheet
See info on package
In most cases, you or one of your dependencies are requesting
deleting the repo and republish does the trick
find.w cheat sheet
first line replaces a space with “\ “. Then I replace a space with “[[:space:]]”. But then I incorrectly get left with “\[[:space:]]”. To avoid this I leverage the second line. find.w –path $repo_npm –match ‘react-base-webpack”: “^1.0.1’ Using –regex option Ignore file
No matching version found for
go into the package-lock.json and change the version number of that package in all instances
Invalid value used in weak set
https://www.npmjs.com/package/mini-css-extract-plugin installed older version
/usr/bin/env: ‘node’: Permission denied
https://stackoverflow.com/questions/70931624/usr-bin-env-node-permission-denied
BigInt is not defined
https://stackoverflow.com/questions/49934315/how-to-get-path-of-nodejs-executable-on-runtime now I get this error
React: Slow rendering for many components
https://stackoverflow.com/questions/38033442/big-list-performance-with-react