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

[posenet demo]Revert @babel/core to 7.6.4 #637

Closed
wants to merge 2 commits into from

Conversation

haoyunfeix
Copy link
Contributor

@haoyunfeix haoyunfeix commented Apr 7, 2021

yarn && yarn build Met error below when @babel/core version upgrade to 7.13.12

$ yarn build
yarn run v1.22.5
$ cross-env NODE_ENV=production parcel build index.html --public-url ./
×  F:\workspace\test3\tfjs-models\posenet\demo\coco.js: function __clone() {
    var node2 = new Node();
    for (var key in this) {
      // Do not clone comments tha...<omitted>... } could not be cloned.
    var node2 = new Node();
    for (var key in this) {
      // Do not clone comments tha...<omitted>... } could not be cloned.
    at Object.serialize (v8.js:256:7)
    at _default (F:\workspace\test3\tfjs-models\posenet\demo\node_modules\@babel\core\lib\transformation\util\clone-deep.js:16:30)
    at normalizeFile (F:\workspace\test3\tfjs-models\posenet\demo\node_modules\@babel\core\lib\transformation\normalize-file.js:52:36)
    at normalizeFile.next (<anonymous>)
    at run (F:\workspace\test3\tfjs-models\posenet\demo\node_modules\@babel\core\lib\transformation\index.js:31:50)
    at run.next (<anonymous>)
    at Function.<anonymous> (F:\workspace\test3\tfjs-models\posenet\demo\node_modules\@babel\core\lib\transform-ast.js:20:41)
    at Generator.next (<anonymous>)
    at evaluateSync (F:\workspace\test3\tfjs-models\posenet\demo\node_modules\gensync\index.js:251:28)
    at Function.sync (F:\workspace\test3\tfjs-models\posenet\demo\node_modules\gensync\index.js:89:14)

Revert to 7.6.4 will fix this problem.


This change is Reviewable

@google-cla google-cla bot added the cla: yes label Apr 7, 2021
@haoyunfeix haoyunfeix changed the title Revert @babel/core to 7.6.4 [posenet demo]Revert @babel/core to 7.6.4 Apr 8, 2021
@jenperson
Copy link
Contributor

Thank you for your contribution! This PR is being closed because the package has been deprecated.

@jenperson jenperson closed this Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants