I am using Visual Studio Code to create a REACT application and when using the built in terminal I received the error message below and it failed to add the dependency (npm install fixed-data-table
)
npm ERR! Please try running this command again as root/Administrator
Instead, I opened the Node Command Prompt and ran the same install and it worked! Just curious as to why this happened if anyone knows as I'd much prefer to use the built in terminal.