https://stackoverflow.com/questions/44228422/s3-bucket-action-doesnt-apply-to-any-resources
fatal error: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied
https://aws.amazon.com/premiumsupport/knowledge-center/s3-access-denied-listobjects-sync/
node: command not found
I ran into a issue where “npm i” was never working. I continued to get this error. So i started moving this npm folder to different areas. I moved it to /tmp/hey and executed npm i and it worked. then i put the folder in /var/www/html/npm and it worked. Then[…]
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