Content pfp
Content
@
0 reply
0 recast
0 reaction

sean πŸ‘€ pfp
sean πŸ‘€
@swabbie.eth
hey @df @stephancill i was having issues with the frames.js debugger, so i started fresh with a new repo clone and followed the "framesjs-starter" example readme and am still getting: Module not found: Can't resolve 'frames.js/next/server' > 1 | import { 2 | FrameButton, 3 | FrameContainer, 4 | FrameImage,
3 replies
0 recast
0 reaction

sean πŸ‘€ pfp
sean πŸ‘€
@swabbie.eth
strangely, if you try to `yarn add frames.js` it looks like the library wasn't already installed, but adding it still doesn't resolve the issue
1 reply
0 recast
0 reaction

David Furlong pfp
David Furlong
@df
think you found the solution, but yeah monorepo weirdness. You gotta copy the folder out. May move the repo out of the folder
0 reply
0 recast
1 reaction

YAY 3M TA3 pfp
YAY 3M TA3
@3m-ta3
I had that problem earlier. To solve: I git cloned frames.js to a fresh directory, cd frames.js, then I added β€œnode-gyp-build”:”^4.7.1” to package.json devdependencies, then npm install (I was having problems with hyp-build 4.8.0). Then go into examples/frames js-starter and npm install
0 reply
0 recast
1 reaction