rian 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/.pnpm-debug.log +35 -0
  2. package/package.json +5 -0
@@ -0,0 +1,35 @@
1
+ {
2
+ "0 debug pnpm:scope": {
3
+ "selected": 1
4
+ },
5
+ "1 info pnpm": {
6
+ "err": {
7
+ "name": "Error",
8
+ "message": "Command failed with ENOENT: pub\nspawn pub ENOENT",
9
+ "code": "ENOENT",
10
+ "stack": "Error: Command failed with ENOENT: pub\nspawn pub ENOENT\n at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)\n at onErrorNT (internal/child_process.js:467:16)\n at processTicksAndRejections (internal/process/task_queues.js:82:21)"
11
+ }
12
+ },
13
+ "2 error pnpm": {
14
+ "errno": -2,
15
+ "code": "ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL",
16
+ "syscall": "spawn pub",
17
+ "path": "pub",
18
+ "spawnargs": [],
19
+ "originalMessage": "spawn pub ENOENT",
20
+ "shortMessage": "Command failed with ENOENT: pub\nspawn pub ENOENT",
21
+ "command": "pub",
22
+ "escapedCommand": "pub",
23
+ "failed": true,
24
+ "timedOut": false,
25
+ "isCanceled": false,
26
+ "killed": false,
27
+ "prefix": "/Users/marais.rossouw/dev/playground/package-parker",
28
+ "err": {
29
+ "name": "pnpm",
30
+ "message": "Command failed with ENOENT: pub\nspawn pub ENOENT",
31
+ "code": "ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL",
32
+ "stack": "Error: Command failed with ENOENT: pub\nspawn pub ENOENT\n at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)\n at onErrorNT (internal/child_process.js:467:16)\n at processTicksAndRejections (internal/process/task_queues.js:82:21)"
33
+ }
34
+ }
35
+ }
package/package.json ADDED
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "rian",
3
+ "version": "0.0.1",
4
+ "description": "(WIP) trace in Irish is Rian"
5
+ }