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
git clone [email protected]:EOSIO/ual-plainjs-renderer.git
cd ual-plainjs-renderer/examples/
yarn
# yarn install v1.22.5
# [1/4] Resolving packages...
# [2/4] Fetching packages...
# info [email protected]: The platform "linux" is incompatible with this module.
# info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
# info [email protected]: The platform "linux" is incompatible with this module.
# info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
# [3/4] Linking dependencies...
# [4/4] Building fresh packages...
# Done in 3.91s.
cp default.env .env
yarn example
yarn run v1.22.5
$ yarn build && mkdir dist/public && webpack --config webpack.config.js && nodemon server --exec babel-node -e js
$ rm -rf dist && tsc --build tsconfig.json
src/ButtonWebView.ts:3:23 - error TS2307: Cannot find module 'ual-plainjs-renderer' or its corresponding type declarations.
3 import { UALJs } from 'ual-plainjs-renderer'
~~~~~~~~~~~~~~~~~~~~~~
Found 1 error.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The text was updated successfully, but these errors were encountered:
Following the documentation at examples
The text was updated successfully, but these errors were encountered: