DEV Community

Discussion on: Creating Quasar Framework project with Typescript support (pre v1.9.6)

Collapse
 
gregveres profile image
gregveres

And actually, once I added in the === 'true', it still gives me an error in VSCode that process isn't defined. It suggests this:

Do you need to install type definitions for node? Try npm i @types/node and then add node to the types field in your tsconfig

Is this something that needs to be done? It doesn't quite seem right since we aren't talking about node.js at all.