Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Unable to run app with CLI 5.4 and [email protected] #945

Closed
vchimev opened this issue Jun 21, 2019 · 3 comments
Closed

Unable to run app with CLI 5.4 and [email protected] #945

vchimev opened this issue Jun 21, 2019 · 3 comments
Assignees
Labels
bug CLI-6.0.0 Describes issues related to NativeScript 6.0.0 release

Comments

@vchimev
Copy link
Contributor

vchimev commented Jun 21, 2019

Describe the bug

Unable to run the application with {N} CLI 5.4 and [email protected] with legacy workflow.

Additional context

There are breaking changes in nativescript-dev-webpack hooks which we could not take into account in this scenario.

@rosen-vladimirov rosen-vladimirov added bug CLI-6.0.0 Describes issues related to NativeScript 6.0.0 release labels Jun 24, 2019
@jeremiaszmazur
Copy link

Error is:
Cannot find module 'nativescript-dev-webpack/lib/before-watchPatterns.js'

@manfredipist
Copy link

manfredipist commented Jun 24, 2019

Same story here, I think we must downgrade web pack version to one containing that js, to come back working

"nativescript-vue": "^2.0.0",
"tns-core-modules": "^5.4.3",
"ts-loader": "^6.0.4",
"typescript": "^3.5.2",
"vuex": "^3.0.1"
"nativescript-dev-webpack": "^0.25.0-webpack-2019-06-14-153330-01",
"nativescript-vue-template-compiler": "^2.0.0",
"nativescript-worker-loader": "~0.9.0",
"webpack": "^4.16.4",
"webpack-bundle-analyzer": "~2.13.1",
"webpack-cli": "^3.1.0"

@jeremiaszmazur
Copy link

jeremiaszmazur commented Jun 24, 2019

@manfredipist
Yeap, it's working on the last release 0.24.1:
"nativescript-dev-webpack": "0.24.1",

rosen-vladimirov pushed a commit that referenced this issue Jun 25, 2019
… workflow with CLI <= v5.4.2 and nativescript-dev-webpack@next (#948)

Rel to: #945
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug CLI-6.0.0 Describes issues related to NativeScript 6.0.0 release
Projects
None yet
Development

No branches or pull requests

6 participants