Vladyslav Lubeznyy
Vladyslav Lubeznyy
@danielroe I got an error while running partytown on Nuxt 2 (with Bridge) What I missed? **Package.json** { "name": "test", "version": "1.0.0", "private": true, "scripts": { "dev": "nuxi dev", "build":...
@danielroe it looks like I use the latest version of @nuxt/bridge. isn't it? What about using without bridge? Is there any prediction when it will be possible?
@itsmnthn Hi! Did you manage to solve issue with Router?
The same for node v14.17.6 npm 6.14.15 yarn 1.22.11
@victor-cano @ivnmaksimovic This helped https://github.com/DefinitelyTyped/DefinitelyTyped/issues/47250#issuecomment-688841881 I just downgraded node/types and typescript "@types/node": "^14.6.2" "typescript": "^2.9.1"
@Amishakumari544 just run 'npm install @types/[email protected]'
@Amishakumari544 and no need to use so old "typescript": "^2.9.1" You may use "typescript": "^4.4.3" for instance npm install typescript@^4.4.3
@elevatebart Please take a look at this https://github.com/vue-styleguidist/vue-styleguidist/pull/1396 This small change will make life easier. I'm sure I have not enough context of how things works. But my changes don't...
@danielroe Thanks! You helped me a lot.
Just for history. I really have one direct import from #components. After removing it welcome.js/css disappears