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
{{ message }}
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
When trying to build on a Raspberry Pi 4B using the included build.sh got the below issue. But I think this issue will be visible on any platform -
sunbird-desktop-app$ ./build.sh
npm WARN tarball tarball data for [email protected] (sha1-qCJQ3bABXponyoLoLqYDu/pF768=) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for [email protected] (sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for [email protected] (sha512-PYsMOrOC+MsdGEkFVwMaMyc6Ob7pKmq+deg1Sjr+vvMWp35sztfwKE7qoN51V+UEtHsyNuMcGdgMLFkBHvMxHQ==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for [email protected] (sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for @project-sunbird/[email protected] (sha512-lHDx0mrYURKXyvSbBCgpBuPao0YECUAK41LWbdz4MnnIZmkEdaAPhFBfwdKFwLwG7/TsDi/UxZZSbOXQs9vb6Q==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for [email protected] (sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for [email protected] (sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for [email protected] (sha512-x8EXrqFbAb2L3N22YlGar3dGh8vwptbB3ovo3OF6K7NTpcsmM2zEoJv7GhFyX73rNzSG2HaWpXwGAtOp2JWiEw==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for [email protected] (sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for [email protected] (sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for [email protected] (sha512-4AoH4pxuSvHCjqLO04sU6U/uE65BYza8l/KKBS0b0hnUPWi+cQ2BpeTEwejCSx9SPV5/U03nniDTrWx5NrmKdw==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for [email protected] (sha512-uhRwZcANNWVLrxLfNFEdltoPNhECUR3lc+UdJoG9CBpMcSnKyWA94tc3eAujB1GcMY5Uwq8ZMp4qWpxWYDQmaA==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for [email protected] (sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for [email protected] (sha512-y5AbkytWeM4jQr7m/koQLc5AxpRKC1hEVUb/s1FUAWEJq5AzJJ4NLvzuKPuxtDi5Mq755WuDvZ6Iv2rXj4PTzw==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for [email protected] (sha512-9cJEclnGy7EyKFCoHDYDf54pub/t92CQapyiUxU0w9Bj2vUvfoDagP1PMiX4XD5rPp96141h9A+QN0OB4VgvQg==) seems to be corrupted. Trying one more time.
> [email protected] install /home/mssadmin/develop/sunbird-desktop-app/src/node_modules/phantomjs-prebuilt
> node install.js
PhantomJS not found on PATH
Unexpected platform or architecture: linux/arm64
It seems there is no binary available for your platform/architecture
Try to install PhantomJS globally
npm WARN [email protected] No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm64"})
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install 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! /home/mssadmin/.npm/_logs/2020-09-30T11_17_06_024Z-debug.log
> [email protected] build /home/mssadmin/develop/sunbird-desktop-app/src
> gulp build
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module '../build/Debug/nodegit.node'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object.<anonymous> (/home/mssadmin/develop/sunbird-desktop-app/src/node_modules/nodegit/dist/nodegit.js:19:12)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: `gulp build`
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! /home/mssadmin/.npm/_logs/2020-09-30T11_17_10_882Z-debug.log
./build.sh: line 8: cd: client: No such file or directory
> [email protected] install /home/mssadmin/develop/sunbird-desktop-app/src/node_modules/phantomjs-prebuilt
> node install.js
PhantomJS not found on PATH
Unexpected platform or architecture: linux/arm64
It seems there is no binary available for your platform/architecture
Try to install PhantomJS globally
npm WARN [email protected] requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of app-builder-lib@~22.2.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm64"})
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install 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! /home/mssadmin/.npm/_logs/2020-09-30T11_17_46_614Z-debug.log
npm ERR! missing script: offline-prod
npm ERR! A complete log of this run can be found in:
npm ERR! /home/mssadmin/.npm/_logs/2020-09-30T11_17_48_708Z-debug.log
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /home/mssadmin/develop/sunbird-desktop-app/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/home/mssadmin/develop/sunbird-desktop-app/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /home/mssadmin/.npm/_logs/2020-09-30T11_17_50_717Z-debug.log
tar: src: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
The text was updated successfully, but these errors were encountered:
When trying to build on a Raspberry Pi 4B using the included build.sh got the below issue. But I think this issue will be visible on any platform -
The text was updated successfully, but these errors were encountered: