We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the instructions in the readme to run the tests fails.
$> git clone https://github.com/Cerebellum-Network/cere-ddc-sdk-js.git Cloning into 'cere-ddc-sdk-js'... remote: Enumerating objects: 3268, done. remote: Counting objects: 100% (665/665), done. remote: Compressing objects: 100% (224/224), done. remote: Total 3268 (delta 449), reused 628 (delta 434), pack-reused 2603 Receiving objects: 100% (3268/3268), 3.63 MiB | 1010.00 KiB/s, done. Resolving deltas: 100% (2339/2339), done. $> npm run test npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /Users/cward/Repos/package.json npm ERR! errno -2 npm ERR! enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/Users/cward/Repos/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: /Users/cward/.npm/_logs/2023-07-13T07_12_02_652Z-debug-0.log
The text was updated successfully, but these errors were encountered:
spoluyan
skambalin
No branches or pull requests
Following the instructions in the readme to run the tests fails.
$> git clone https://github.com/Cerebellum-Network/cere-ddc-sdk-js.git
Cloning into 'cere-ddc-sdk-js'...
remote: Enumerating objects: 3268, done.
remote: Counting objects: 100% (665/665), done.
remote: Compressing objects: 100% (224/224), done.
remote: Total 3268 (delta 449), reused 628 (delta 434), pack-reused 2603
Receiving objects: 100% (3268/3268), 3.63 MiB | 1010.00 KiB/s, done.
Resolving deltas: 100% (2339/2339), done.
$> npm run test
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /Users/cward/Repos/package.json
npm ERR! errno -2
npm ERR! enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/Users/cward/Repos/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: /Users/cward/.npm/_logs/2023-07-13T07_12_02_652Z-debug-0.log
The text was updated successfully, but these errors were encountered: