You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check in the package.json of the nodes_modules/@types/node is the required of the server package.json. Should be "@types/node": "^12.0.8", in the "devDependencies".
If the the package.json of the nodes_modules/@types/node is not the "12.0.8" version, install the node 8.11.0 version (you might want to use nvm)
Clean the node_modules in the root of your project and install it again: npm install
Check if the package.json of the nodes_modules/@types/node now is the correct "12.0.8" version.
when I try to to add the package and run lern bootstrap I receive this
The text was updated successfully, but these errors were encountered: