Giter Site home page Giter Site logo

Not installing on Windows about animator HOT 6 OPEN

haikuteam avatar haikuteam commented on June 20, 2024
Not installing on Windows

from animator.

Comments (6)

vsaiaditya avatar vsaiaditya commented on June 20, 2024 4

I am also facing the same issue as @Nitwel .

from animator.

partytax avatar partytax commented on June 20, 2024 2

Looks like there might be an issue with the @ronomon\base64 package. Have you tried installing it ahead of time with npm install --ignore-scripts @ronomon/base64? That seems to be the method prescribed for Windows in the package README:
2021-09-30_09-09-1633009589

from animator.

Melvin-Abraham avatar Melvin-Abraham commented on June 20, 2024 2

running yarn add --ignore-scripts @ronomon/base64 -W resolved it though now I'm running into

PS E:\Programmieren\animator> yarn go
yarn run v1.13.0
$ yarn start default
$ node ./scripts/start.js default
fyi, your current branch is "master"


=============================================
running automatically with preset default
=============================================


=============================================
preparing to develop locally
=============================================


=============================================
first compiling everything
=============================================

$ node ./scripts/compile-all.js
No changes in testing since last compile. Skipping....
No changes in sdk-inkstone since last compile. Skipping....
No changes in sdk-client since last compile. Skipping....
No changes in cli since last compile. Skipping....
No changes in admin-cli since last compile. Skipping....
No changes in core since last compile. Skipping....
No changes in common since last compile. Skipping....
No changes in sdk-creator since last compile. Skipping....
No changes in ui-common since last compile. Skipping....
No changes in glass since last compile. Skipping....
No changes in formats since last compile. Skipping....
No changes in timeline since last compile. Skipping....
No changes in creator since last compile. Skipping....
No changes in plumbing since last compile. Skipping....

=============================================
starting local development
=============================================


=============================================
Note: NOT watching for code changes. To watch for code changes, run yarn watch-all in a new tab.
=============================================

$ E:\Programmieren\animator\node_modules\.bin\electron --inspect=9220 --remote-debugging-port=9222 .
E:\Programmieren\animator\node_modules\electron\index.js:9
  throw new Error('Electron failed to install correctly, please delete node_modules/electron and try installing again')
  ^

Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
    at Object.<anonymous> (E:\Programmieren\animator\node_modules\electron\index.js:9:9)
    at Module._compile (module.js:653:30)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (E:\Programmieren\animator\node_modules\electron\cli.js:3:16)
    at Module._compile (module.js:653:30)
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.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

I also faced the same issue. In order to re-install electron properly, run the following command from the root of the project directory:

$ node .\node_modules\electron\install.js

from animator.

Nitwel avatar Nitwel commented on June 20, 2024

running yarn add --ignore-scripts @ronomon/base64 -W resolved it though now I'm running into

PS E:\Programmieren\animator> yarn go
yarn run v1.13.0
$ yarn start default
$ node ./scripts/start.js default
fyi, your current branch is "master"


=============================================
running automatically with preset default
=============================================


=============================================
preparing to develop locally
=============================================


=============================================
first compiling everything
=============================================

$ node ./scripts/compile-all.js
No changes in testing since last compile. Skipping....
No changes in sdk-inkstone since last compile. Skipping....
No changes in sdk-client since last compile. Skipping....
No changes in cli since last compile. Skipping....
No changes in admin-cli since last compile. Skipping....
No changes in core since last compile. Skipping....
No changes in common since last compile. Skipping....
No changes in sdk-creator since last compile. Skipping....
No changes in ui-common since last compile. Skipping....
No changes in glass since last compile. Skipping....
No changes in formats since last compile. Skipping....
No changes in timeline since last compile. Skipping....
No changes in creator since last compile. Skipping....
No changes in plumbing since last compile. Skipping....

=============================================
starting local development
=============================================


=============================================
Note: NOT watching for code changes. To watch for code changes, run yarn watch-all in a new tab.
=============================================

$ E:\Programmieren\animator\node_modules\.bin\electron --inspect=9220 --remote-debugging-port=9222 .
E:\Programmieren\animator\node_modules\electron\index.js:9
  throw new Error('Electron failed to install correctly, please delete node_modules/electron and try installing again')
  ^

Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
    at Object.<anonymous> (E:\Programmieren\animator\node_modules\electron\index.js:9:9)
    at Module._compile (module.js:653:30)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (E:\Programmieren\animator\node_modules\electron\cli.js:3:16)
    at Module._compile (module.js:653:30)
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.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

from animator.

Moretti-Federico avatar Moretti-Federico commented on June 20, 2024

Same issues for me

from animator.

Moretti-Federico avatar Moretti-Federico commented on June 20, 2024

If I start "just glass" or "just timeline" there are no errors but if I start "the whole chimichanga" the following errors are found:
VM66 module.js:543 Uncaught Error: Cannot find module '../build/Debug/nodegit.node'
at Function.Module._resolveFilename (VM66 module.js:543)
at Function.Module._load (VM66 module.js:473)
at Module.require (VM66 module.js:586)
at Module.require (VM1108 ModuleWrapper.js:53)
at require (VM67 module.js:11)
at Object. (VM1473 nodegit.js:18)
at Object. (VM1473 nodegit.js:1031)
at Module._compile (VM66 module.js:642)
at Object.Module._extensions..js (VM66 module.js:653)
at Module.load (VM66 module.js:561)

it appears that the following variable is not created:
var filename = Module._findPath(request, paths, isMain); if (!filename) { var err = new Error(Cannot find module '${request}'); err.code = 'MODULE_NOT_FOUND'; throw err; } return filename; };

from animator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.