https://github.com/tidbitsjs/pricewise
https://github.com/tidbitsjs/pricewise
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tidbitsjs/pricewise
- Owner: TidbitsJS
- Created: 2023-08-01T16:56:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T20:24:50.000Z (over 2 years ago)
- Last Synced: 2025-02-13T23:16:42.937Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://pricewise-rho.vercel.app
- Size: 2.94 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
**Cannot find module 'next/image'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?ts(2792)**
If you see this error after the installation, go to the tsconfig.json and change the setting:
```javascript
// From
"moduleResolution": "bundler",
// To
"moduleResolution": "Node",
```
#