I\'m trying to use the @blueprintjs/core library in my project. However, when I compile my code, I\'m getting many errors like this:
@blueprintjs/core
node_module
This error is because of node older version of node
You can remove the node version and reinstall it by using the below comand
rm -rf node_modules //For removing npm install //Install again(Fresh with updated one)