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
Hi guys !
I'm using Rapier since today, and trying to play with the lib on a Shopify Hydrogen Storefront environment.
I ran my local env, and just put the tag, and I got an error in the console :
X [ERROR] Could not resolve "fs"
node_modules/opentype.js/dist/opentype.module.js:13591:25:
13591 │ var fs = require('fs');
╵ ~~~~
The package "fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
So i'm asking how to solve that ? if you need more infos, I can provide it, thanks for the help !
The text was updated successfully, but these errors were encountered:
Hi guys !
I'm using Rapier since today, and trying to play with the lib on a Shopify Hydrogen Storefront environment.
I ran my local env, and just put the tag, and I got an error in the console :
So i'm asking how to solve that ? if you need more infos, I can provide it, thanks for the help !
The text was updated successfully, but these errors were encountered: