I try to use express
in my application.
import express from 'express';
So I added it to package.json.
"dependencies": {
"express": "^4.17.1",
"express-graphql": "^0.9.0",
Executed yarn
.
But still I get an error when starting yarn. Do you know why?