Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save IsabelParedes/0efa26838f54d1137a3c9300dd53c084 to your computer and use it in GitHub Desktop.
Save IsabelParedes/0efa26838f54d1137a3c9300dd53c084 to your computer and use it in GitHub Desktop.
URDF check-release Error
webpack 5.88.2 compiled with 5 warnings in 14496 ms
npm notice
npm notice 📦 jupyterlab-urdf@0.2.2
npm notice === Tarball Contents ===
npm notice 1.5kB LICENSE
npm notice 3.3kB README.md
npm notice 80B lib/__tests__/jupyterlab_urdf.spec.d.ts
npm notice 211B lib/__tests__/jupyterlab_urdf.spec.js
npm notice 454B lib/factory.d.ts
npm notice 497B lib/factory.js
npm notice 94B lib/icons.d.ts
npm notice 198B lib/icons.js
npm notice 427B lib/index.d.ts
npm notice 4.6kB lib/index.js
npm notice 2.0kB lib/layout.d.ts
npm notice 6.4kB lib/layout.js
npm notice 73B lib/types.d.ts
npm notice 14B lib/types.js
npm notice 1.1kB lib/widget.d.ts
npm notice 1.8kB lib/widget.js
npm notice 7.0kB package.json
npm notice 138B style/base.css
npm notice 4.0kB style/icons/urdf_logo.svg
npm notice 25B style/index.css
npm notice 21B style/index.js
npm notice === Tarball Details ===
npm notice name: jupyterlab-urdf
npm notice version: 0.2.2
npm notice filename: jupyterlab-urdf-0.2.2.tgz
npm notice package size: 11.3 kB
npm notice unpacked size: 33.8 kB
npm notice shasum: b8414eaa1acb140e84051604ef6dae2c70cf1eb4
npm notice integrity: sha512-iKx0IB4fM8oRV[...]bi+goEmKkM+ow==
npm notice total files: 21
npm notice
jupyterlab-urdf-0.2.2.tgz
stderr:
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /home/runner/work/jupyterlab-urdf/jupyterlab-urdf/.jupyter_releaser_checkout/dist/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/home/runner/work/jupyterlab-urdf/jupyterlab-urdf/.jupyter_releaser_checkout/dist/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: /home/runner/.npm/_logs/2023-07-27T14_27_26_516Z-debug-0.log
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.11.4/x64/bin/jupyter-releaser", line 8, in <module>
sys.exit(main())
^^^^^^
File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/click/core.py", line 1157, in __call__
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jupyter_releaser/cli.py", line 122, in invoke
super().invoke(ctx)
File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jupyter_releaser/cli.py", line 491, in build_npm
npm.build_dist(package, dist_dir)
File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jupyter_releaser/npm.py", line 51, in build_dist
util.run(f"npm pack {' '.join(paths)}", cwd=dest, quiet=True)
File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jupyter_releaser/util.py", line 94, in run
raise e
File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jupyter_releaser/util.py", line 86, in run
process = tee(cmd, **kwargs)
^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jupyter_releaser/tee.py", line 159, in run
raise subprocess.CalledProcessError(
subprocess.CalledProcessError: Command 'npm pack ' returned non-zero exit status 254.
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jupyter_releaser/actions/populate_release.py", line 38, in <module>
run_action("jupyter-releaser build-npm")
File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jupyter_releaser/actions/common.py", line 25, in run_action
_run(target, *args, **kwargs)
File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jupyter_releaser/util.py", line 94, in run
raise e
File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jupyter_releaser/util.py", line 86, in run
process = tee(cmd, **kwargs)
^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jupyter_releaser/tee.py", line 159, in run
raise subprocess.CalledProcessError(
subprocess.CalledProcessError: Command 'jupyter-releaser build-npm' returned non-zero exit status 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment