Here is the error I am getting However I uninstalled material-icons before this and this is my package.json I tried installing however it is not getting re installed and still my page stopped rendering. Answer There must be some uninstalled packages that are probably conflicting. What you should try doing in my idea is: delete the node_modules folder run yarn/npm
Tag: npm-package
SyntaxError: Cannot use import statement outside a module
I’ve got an ApolloServer project that’s giving me trouble, so I thought I might update it and ran into issues when using the latest Babel. My “index.js” is: And when I run it I get the error First I tried doing things to convince TPTB* that this was a module (with no success). So I changed the “import” to a