How to use the 1.5.1+ version ?
Closed this issue ยท 9 comments
Looks like the 1.5.1+ version has only source code in NPM, there's no bundled index.js
file that is used as an entry point(main file) in package.json
.
I've done some investigation, looks like this file should be generated during the preinstall
stage. The stage finished successfully(I can see the temp
folder is created and removed in a while, same as node_modules
are installed in the js
folder), but the yarn build:wasm:prod
command did nothing...
hey @z4o4z,
the script "wasm-bundle.sh" creates an index.js in the root folder which is executed in the preinstall script of package.json
hey @xeladotbe, yeah I've seen this script, but the index.js
is not created. Do not have any errors in the console. I've also tried to run the script manually but got tons of TS errors...
Hi @z4o4z, could you provide us with some more information about your environment? Specifically, could you try to go into the node_modules/apl-viewhost-web folder and run "npm preinstall", then copy-paste any errors you see. Also can you provide information about your development environment? i.e. OS version/Node version/APL version etc?
Hi @aeriq, yeah sure!
I'm trying to update apl-viewhost-web
from the 1.5.0
to the 1.6.2
version.
macOS: 11.3 (20E232)
node: v15.3.0
yarn: 1.22.10
here's the output of yarn add apl-viewhost-web@1.6.2
command:
yarn add apl-viewhost-web@1.6.2
yarn add v1.22.10
[1/4] ๐ Resolving packages...
warning Resolution field "immutable@3.8.2" is incompatible with requested version "immutable@~3.7.4"
warning Resolution field "immutable@3.8.2" is incompatible with requested version "immutable@~3.7.4"
warning Resolution field "immutable@3.8.2" is incompatible with requested version "immutable@~3.7.4"
warning Resolution field "immutable@3.8.2" is incompatible with requested version "immutable@~3.7.4"
[2/4] ๐ Fetching packages...
[3/4] ๐ Linking dependencies...
warning " > bootstrap@4.3.1" has unmet peer dependency "jquery@1.9.1 - 3".
warning " > bootstrap@4.3.1" has unmet peer dependency "popper.js@^1.14.7".
warning " > connected-react-router@6.9.1" has unmet peer dependency "react-router@^4.3.1 || ^5.0.0".
warning " > styled-components@5.2.3" has unmet peer dependency "react-is@>= 16.8.0".
warning " > @babel/preset-es2015@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-arrow-functions@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-block-scoped-functions@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-block-scoping@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-classes@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-computed-properties@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-destructuring@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-duplicate-keys@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-for-of@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-function-name@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-instanceof@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-literals@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-modules-amd@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-modules-commonjs@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-modules-systemjs@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-modules-umd@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-object-super@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-parameters@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-regenerator@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-shorthand-properties@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-spread@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-sticky-regex@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-template-literals@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-typeof-symbol@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "@babel/preset-es2015 > @babel/plugin-transform-unicode-regex@7.0.0-beta.53" has incorrect peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0".
warning "depcheck > @vue/compiler-sfc@3.0.5" has unmet peer dependency "vue@3.0.5".
warning " > eslint-import-resolver-webpack@0.13.0" has unmet peer dependency "eslint-plugin-import@>=1.4.0".
warning " > istanbul-instrumenter-loader@3.0.1" has incorrect peer dependency "webpack@^2.0.0 || ^3.0.0 || ^4.0.0".
warning " > jsdom-global@3.0.2" has unmet peer dependency "jsdom@>=10.0.0".
warning " > optimize-css-assets-webpack-plugin@5.0.4" has incorrect peer dependency "webpack@^4.0.0".
warning " > react-test-renderer@17.0.2" has incorrect peer dependency "react@17.0.2".
warning " > sinon-chai@3.5.0" has incorrect peer dependency "sinon@>=4.0.0 <10.0.0".
[4/4] ๐จ Building fresh packages...
success Saved lockfile.
success Saved 1 new dependency.
info Direct dependencies
โโ apl-viewhost-web@1.6.2
info All dependencies
โโ apl-viewhost-web@1.6.2
$ patch-package
patch-package 6.4.7
Applying patches...
brace@0.11.1 โ
โจ Done in 595.16s.
here's the list of files/folders in the node_modules/apl-viewhost-web
folder:
apl-viewhost-web git:(master) โ tree -L 2
.
โโโ CMakeLists.txt
โโโ CODE_OF_CONDUCT.md
โโโ CONTRIBUTING.md
โโโ LICENSE
โโโ NOTICE
โโโ README.md
โโโ THIRD-PARTY.txt
โโโ fonts
โ โโโ Amazon-Ember-Bold.ttf
โ โโโ Amazon-Ember-BoldItalic.ttf
โ โโโ Amazon-Ember-Light.ttf
โ โโโ Amazon-Ember-LightItalic.ttf
โ โโโ Amazon-Ember-Medium.ttf
โ โโโ Amazon-Ember-MediumItalic.ttf
โ โโโ Amazon-Ember-Regular.ttf
โ โโโ Amazon-Ember-RegularItalic.ttf
โ โโโ Amazon-Ember-Thin.ttf
โ โโโ Amazon-Ember-ThinItalic.ttf
โ โโโ LICENSE.txt
โโโ js
โ โโโ apl-html
โ โโโ apl-wasm
โ โโโ dts-packer
โ โโโ node_modules
โ โโโ package.json
โ โโโ yarn.lock
โโโ package.json
โโโ scripts
โ โโโ wasm-build.sh
โ โโโ wasm-bundle.sh
โโโ wasm
โโโ CMakeLists.txt
โโโ README.md
โโโ config.cmake
โโโ include
โโโ src
10 directories, 26 files
during the manual npm run preinstall
run I have not got any wasm
compile errors, but I got tons of TS errors, here's only a small part of them:
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(626,48)
TS1005: ',' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(626,56)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(626,88)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(635,33)
TS1005: ',' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(635,50)
TS1005: ',' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(635,64)
TS1005: ',' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(635,72)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(635,104)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(642,25)
TS1005: ',' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(642,48)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(642,49)
TS1005: ',' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(642,81)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(643,5)
TS1128: Declaration or statement expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(667,57)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(667,81)
TS1005: ',' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(667,88)
TS1005: ':' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(667,97)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(668,15)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(669,13)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(1467,36)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(1467,60)
TS1005: ',' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(1467,76)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(1469,9)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(1469,12)
TS1005: ')' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(1643,33)
TS1005: ')' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(1643,58)
TS1005: ':' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(1643,67)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(1643,71)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(1643,83)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(1643,84)
TS1131: Property or signature expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(1644,14)
TS1128: Declaration or statement expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(1645,9)
TS1128: Declaration or statement expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(1645,10)
TS1128: Declaration or statement expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(1645,39)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(1646,5)
TS1128: Declaration or statement expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon/index.d.ts(1685,1)
TS1128: Declaration or statement expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon-chai/node_modules/@types/sinon/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/sinon-chai/node_modules/@types/sinon/index.d.ts(1411,36)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(50,27)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(51,14)
TS1005: ':' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(51,28)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(53,46)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(54,59)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(56,5)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(56,12)
TS1005: ')' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(58,38)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(58,68)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(58,72)
TS1128: Declaration or statement expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(58,91)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(58,94)
TS1005: ')' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(71,7)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(75,24)
TS1005: ':' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(77,29)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(77,86)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(77,90)
TS1005: ',' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(79,19)
TS1109: Expression expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(79,21)
TS1109: Expression expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(82,17)
TS1109: Expression expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(86,33)
TS1005: ',' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(86,90)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(86,94)
TS1005: ',' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(87,29)
TS1109: Expression expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(91,19)
TS1109: Expression expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(91,20)
TS1109: Expression expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(93,13)
TS1109: Expression expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(95,9)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(95,16)
TS1005: ')' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(101,89)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(104,5)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(105,5)
TS1005: ',' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(105,9)
TS1005: ')' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(149,31)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(149,61)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(149,65)
TS1128: Declaration or statement expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(163,48)
TS1005: '>' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(163,81)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(163,85)
TS1005: ',' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(163,93)
TS1109: Expression expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(246,83)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(247,11)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(252,5)
TS1109: Expression expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(253,9)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(253,39)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(254,5)
TS1109: Expression expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(258,7)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(260,5)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(260,37)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(261,78)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(264,11)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(267,5)
TS1109: Expression expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(268,9)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(268,49)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(269,5)
TS1109: Expression expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(271,73)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(271,118)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(272,5)
TS1109: Expression expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(311,45)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(346,40)
TS1005: ',' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(346,55)
TS1005: ',' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(346,60)
TS1005: ',' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(346,62)
TS1003: Identifier expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-components/index.d.ts(346,64)
TS1005: ',' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-system/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-system/index.d.ts(66,18)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-system/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-system/index.d.ts(67,18)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-system/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-system/index.d.ts(67,39)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-system/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-system/index.d.ts(67,48)
TS1109: Expression expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-system/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-system/index.d.ts(68,18)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-system/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-system/index.d.ts(68,46)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-system/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/styled-system/index.d.ts(68,49)
TS1109: Expression expected.
ERROR in /Users/xyz/projects/my-project/node_modules/terser/tools/terser.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/terser/tools/terser.d.ts(1,1)
TS1084: Invalid 'reference' directive syntax.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/yargs/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/yargs/index.d.ts(778,47)
TS1005: ')' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/yargs/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/yargs/index.d.ts(778,80)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/yargs/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/yargs/index.d.ts(778,82)
TS1109: Expression expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/yargs/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/yargs/index.d.ts(778,105)
TS1005: '(' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/yargs/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/yargs/index.d.ts(781,47)
TS1005: ')' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/yargs/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/yargs/index.d.ts(781,80)
TS1005: ';' expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/yargs/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/yargs/index.d.ts(781,82)
TS1109: Expression expected.
ERROR in /Users/xyz/projects/my-project/node_modules/@types/yargs/index.d.ts
[tsl] ERROR in /Users/xyz/projects/my-project/node_modules/@types/yargs/index.d.ts(781,105)
@z4o4z Thanks for the info! We have a fix that should address this. Please try to update to: apl-viewhost-web@1.6.3 and see if that fixes your issue. Thanks!
Hi @aeriq,
can we keep the old build/bundle script? I liked the ability to bundle the viewhost myself when I fixed things. I use the viewhost on apl.ninja and in some cases I don't want to wait until a fix is provided by you.
(For example, the bug with the VectorGraphics not centering correctly or the last bug I logged with VectorGraphicUpdater where the kGraphicPropertyFillTransform is missing in the graphicKeysToSetters map).
Regards,
Alex
@z4o4z Thanks for the info! We have a fix that should address this. Please try to update to: apl-viewhost-web@1.6.3 and see if that fixes your issue. Thanks!
Updated, the fix works fine, thanks!
btw, what's the reason for fetching the index.js
file from CDN instead of publishing it to NPM with the .d.ts
types definitions?
Unfortunately, we had to do this for some compliance reasons
Yes, for compliance reasons