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
❯ yarn start
yarn run v1.22.19
$ parcel index.html
Server running at http://localhost:1234
🚨 /Users/leonardo.bastiani/mylib/example/index.tsx: Invalid Version: undefined
at new SemVer (/Users/leonardo.bastiani/mylib/example/node_modules/semver/semver.js:314:11)
at compare (/Users/leonardo.bastiani/mylib/example/node_modules/semver/semver.js:647:10)
at Function.lt (/Users/leonardo.bastiani/mylib/example/node_modules/semver/semver.js:688:10)
at /Users/leonardo.bastiani/mylib/example/node_modules/@babel/preset-env/lib/index.js:225:11
at Object.default (/Users/leonardo.bastiani/mylib/example/node_modules/@babel/helper-plugin-utils/lib/index.js:31:12)
at getEnvPlugins (/Users/leonardo.bastiani/mylib/example/node_modules/parcel/src/transforms/babel/env.js:62:34)
at getEnvConfig (/Users/leonardo.bastiani/mylib/example/node_modules/parcel/src/transforms/babel/env.js:12:25)
at async getBabelConfig (/Users/leonardo.bastiani/mylib/example/node_modules/parcel/src/transforms/babel/config.js:32:19)
at async babelTransform (/Users/leonardo.bastiani/mylib/example/node_modules/parcel/src/transforms/babel/transform.js:6:16)
at async JSAsset.pretransform (/Users/leonardo.bastiani/mylib/example/node_modules/parcel/src/assets/JSAsset.js:83:5)
The text was updated successfully, but these errors were encountered:
Current Behavior
npx tsdx create mylib
(with react)cd mylib/example
yarn
yarn start
The text was updated successfully, but these errors were encountered: