Kevin Powell - CommunityKP-C
Kevin Powell - Communityβ€’4y agoβ€’
9 replies
vince

Node.js & React -- Cannot use import statement outside a module

I converted my Node.js files into modules and put "type": "module" inside of my
package.json
. The converted syntax works fine for most files. However, when I try to import my React component into my backend server.js file, it's giving me the error Cannot use import statement outside a module. Specifically, it's pointing to an import statement inside of my component file (that's inside of the client folder).
Was this page helpful?