Join Discord
Powered by
hey <@!773788832218611729>, I suspect this is the ...
# off-topic
d
dmailloux
02/19/2022, 6:30 PM
hey
@User
, I suspect this is the issue you're facing.
https://nextjs.org/docs/messages/module-not-found#the-module-youre-trying-to-import-uses-nodejs-specific-modules
basically, fs is a node module and afaik you can only run node code in specific contexts in nextjs projects
Previous
Next