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
Building with [email protected], it complains about dist/use-interval-ts.esm.js and it's actually right, the file does not exists.
🚨 Build failed.
@parcel/core: Failed to resolve '@use-it/interval' from './app/components/Match.js'
/Users/damiano/Desktop/tt/app/components/Match.js:7:25
6 | import useAxios from 'axios-hooks';> 7 | import useInterval from '@use-it/interval';>| ^^^^^^^^^^^^^^^^^^
8 | import AudioToggle from '../AudioToggle.js';
9 | import Board from './Board.js';
@parcel/resolver-default: Could not load './dist/use-interval-ts.esm.js' from module '@use-it/interval' found in package.json#module
/Users/damiano/Desktop/tt/node_modules/@use-it/interval/package.json:57:13
56 | ],
> 57 |"module": "dist/use-interval-ts.esm.js",
>| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ './dist/use-interval-ts.esm.js' does not exist, did you mean './dist/interval.esm.js'?' 58 | "size-limit": [ 59 | {
The text was updated successfully, but these errors were encountered:
Building with
[email protected]
, it complains aboutdist/use-interval-ts.esm.js
and it's actually right, the file does not exists.The text was updated successfully, but these errors were encountered: