Difference between revisions of "Npm test"
Jump to navigation
Jump to search
(Created page with " {{npm}}") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{lowercase}} | ||
+ | <pre> | ||
+ | npm test | ||
+ | npm ERR! code ENOENT | ||
+ | npm ERR! syscall open | ||
+ | npm ERR! path /private/tmp/package.json | ||
+ | npm ERR! errno -2 | ||
+ | npm ERR! enoent ENOENT: no such file or directory, open '/private/tmp/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! /Users/YOUR_USER/.npm/_logs/2022-02-01T02_17_36_658Z-debug-0.log | ||
+ | </pre> | ||
− | {{npm}} | + | == Related == |
+ | * <code>[[npm run build --if-present]]</code> | ||
+ | * <code>[[npm install]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{npm}} | ||
+ | |||
+ | [[Category:npm]] |
Latest revision as of 14:21, 4 July 2024
npm test npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /private/tmp/package.json npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, open '/private/tmp/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! /Users/YOUR_USER/.npm/_logs/2022-02-01T02_17_36_658Z-debug-0.log
Related[edit]
See also[edit]
Advertising: