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
After playing around with it, I noticed that upgrading the parcel-bundler dependency to 1.5.0 breaks the build. Specifically, I get this error trace:
$ npm run dev
> [email protected] dev D:\Code\forks\parcel-vue-ts
> parcel serve src/index.html -d dist --public-url /dist/ -o
Server running at http://localhost:1234
× D:\Code\forks\parcel-vue-ts\src\app.vue: Path must be a string. Received undefined
at assertPath (path.js:28:11)
at Object.relative (path.js:571:5)
at new Asset (D:\Code\forks\parcel-vue-ts\node_modules\parcel-bundler\src\Asset.js:22:30)
at new JSAsset (D:\Code\forks\parcel-vue-ts\node_modules\parcel-bundler\src\assets\JSAsset.js:23:5)
at new TypeScriptAsset (D:\Code\forks\parcel-vue-ts\node_modules\parcel-bundler\src\assets\TypeScriptAsset.js:4:1)
at ts (D:\Code\forks\parcel-vue-ts\vue.config.js:7:22)
at D:\Code\forks\parcel-vue-ts\node_modules\vueify-bolt\lib\compiler.js:297:7
at new Promise (<anonymous>)
at compileAsPromise (D:\Code\forks\parcel-vue-ts\node_modules\vueify-bolt\lib\compiler.js:296:12)
at processScript (D:\Code\forks\parcel-vue-ts\node_modules\vueify-bolt\lib\compiler.js:251:10)
(node:1544) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Path must be a string. Received undefined
(node:1544) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:1544) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): TypeError: Cannot read property 'line' of undefined
(node:1544) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 4): TypeError: Cannot read property 'line' of undefined
Any ideas?
The text was updated successfully, but these errors were encountered:
Hello there.
Thanks for putting together this boilerplate.
After playing around with it, I noticed that upgrading the
parcel-bundler
dependency to1.5.0
breaks the build. Specifically, I get this error trace:Any ideas?
The text was updated successfully, but these errors were encountered: