-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I use psd.js directly in my browser? #287
Comments
@Eve-node: Yes. Try this:
|
@meltingice yes I am getting this with doing
In the browser it is showing this error:
So I tried adding this to my next.config.ts: import withCoffeescript from 'next-coffeescript'
const nextConfig = withCoffeescript({
...stuff
})
export default nextConfig But no go, any ideas? In trying/using webpack
Do I need a specific version of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use nextjs development project, npm run dev after starting the project, error.
Module not found: Can't resolve 'fs'
I asked gpt and said it could be solved with a tool like browserify-fs. But I don't know if it's feasible?
The text was updated successfully, but these errors were encountered: