Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example/identity depends on the not available version of SDK #899

Closed
davidyuk opened this issue Feb 17, 2020 · 3 comments
Closed

example/identity depends on the not available version of SDK #899

davidyuk opened this issue Feb 17, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@davidyuk
Copy link
Member

"@aeternity/aepp-sdk": "https://github.com/aeternity/aepp-sdk-js#feat/switch-to-post-message-for-extension",

@davidyuk davidyuk added the bug Something isn't working label Feb 17, 2020
@nduchak
Copy link
Contributor

nduchak commented Feb 17, 2020

Thanks for opening. Will fix it soon

@davidyuk
Copy link
Member Author

Also, I can't build identity example after updating of sdk:

Console log
$ git reset HEAD --hard
HEAD is now at b70c79fb Merge pull request #888 from aeternity/release/7.0.0
$ npm i @aeternity/[email protected]

> [email protected] install /Users/denis/Documents/aepp-sdk-js/examples/browser/vuejs/connect-two-ae/identity/node_modules/fsevents
> node-gyp rebuild

  SOLINK_MODULE(target) Release/.node
  CXX(target) Release/obj.target/fse/fsevents.o
  SOLINK_MODULE(target) Release/fse.node

> [email protected] install /Users/denis/Documents/aepp-sdk-js/examples/browser/vuejs/connect-two-ae/identity/node_modules/websocket
> (node-gyp rebuild 2> builderror.log) || (exit 0)

  CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
  SOLINK_MODULE(target) Release/bufferutil.node
  CXX(target) Release/obj.target/validation/src/validation.o
  SOLINK_MODULE(target) Release/validation.node

> [email protected] postinstall /Users/denis/Documents/aepp-sdk-js/examples/browser/vuejs/connect-two-ae/identity/node_modules/babel-runtime/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/denis/Documents/aepp-sdk-js/examples/browser/vuejs/connect-two-ae/identity/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/denis/Documents/aepp-sdk-js/examples/browser/vuejs/connect-two-ae/identity/node_modules/ejs
> node ./postinstall.js

Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)

+ @aeternity/[email protected]
added 1494 packages from 638 contributors and audited 20029 packages in 47.315s

34 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

$ npm run build

> [email protected] build /Users/denis/Documents/aepp-sdk-js/examples/browser/vuejs/connect-two-ae/identity
> NODE_ENV='prod' webpack -p


  Replace Autoprefixer browsers option to Browserslist config.
  Use browserslist key in package.json or .browserslistrc file.

  Using browsers option can cause errors. Browserslist config 
  can be used for Babel, Autoprefixer, postcss-normalize and other tools.

  If you really need to use option, rename it to overrideBrowserslist.

  Learn more at:
  https://github.com/browserslist/browserslist#readme
  https://twitter.com/browserslist



  Replace Autoprefixer browsers option to Browserslist config.
  Use browserslist key in package.json or .browserslistrc file.

  Using browsers option can cause errors. Browserslist config 
  can be used for Babel, Autoprefixer, postcss-normalize and other tools.

  If you really need to use option, rename it to overrideBrowserslist.

  Learn more at:
  https://github.com/browserslist/browserslist#readme
  https://twitter.com/browserslist


TypeError: Class constructor TailwindExtractor cannot be invoked without 'new'
    at extractSelectors (/Users/denis/Documents/aepp-sdk-js/examples/browser/vuejs/connect-two-ae/identity/node_modules/purgecss/lib/purgecss.js:1:2420)
    at PurgeCSS.extractSelectorsFromFiles (/Users/denis/Documents/aepp-sdk-js/examples/browser/vuejs/connect-two-ae/identity/node_modules/purgecss/lib/purgecss.js:1:5864)
    at async PurgeCSS.purge (/Users/denis/Documents/aepp-sdk-js/examples/browser/vuejs/connect-two-ae/identity/node_modules/purgecss/lib/purgecss.js:1:8317)
    at async PurgeCSSPlugin.runPluginHook (/Users/denis/Documents/aepp-sdk-js/examples/browser/vuejs/connect-two-ae/identity/node_modules/purgecss-webpack-plugin/lib/purgecss-webpack-plugin.js:1:2299)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: `NODE_ENV='prod' webpack -p`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/denis/.npm/_logs/2020-02-17T14_23_28_168Z-debug.log

nduchak added a commit that referenced this issue Feb 19, 2020
* feat(Account): Add `signMessage` method to Account stamp

* feat(AEX-2): Add `signMessage` method and new request to RPC

* feat(AEX-2): Fix action arguments propagation

* feat(AEX-2): Fix example app

* feat(AEX-2): Fix broken example app. Fix default option for RpcWallet
Resolve https://github.com/aeternity/tipwallet/issues/87
Resolve #902, #899

* feat(MessageSigning): Replace `æ` with `ae` in message prefix
Make blake2b hash of message before signing
Add `verifyMessage` method to memory account stamp
Fix test's

* feat(MessageSigning): Add `onMessageSign` event to WalletRpc

* feat(MessageSigning): Add test for RPC signing

* docs(API): Generate docs
@nduchak nduchak closed this as completed Feb 19, 2020
@davidyuk
Copy link
Member Author

This was not changed in #903:

"@aeternity/aepp-sdk": "https://github.com/aeternity/aepp-sdk-js#feat/switch-to-post-message-for-extension",

@davidyuk davidyuk reopened this Feb 24, 2020
@nduchak nduchak closed this as completed Feb 27, 2020
@mradkov mradkov mentioned this issue Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants