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
When trying to install the package using npm install @codefresh-io/yaml-validator, an error occurs:
npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /home/gwynbleidd/Packages/codefresh-schema/node_modules/@codefresh-io/yaml-validator/index.js
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '/home/gwynbleidd/Packages/codefresh-schema/node_modules/@codefresh-io/yaml-validator/index.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
This error is caused by missing index.js file referred in the package.json as the command line entry point. The error started on version 0.1.0 and exists in all versions up to the most recent one.
The text was updated successfully, but these errors were encountered:
When trying to install the package using
npm install @codefresh-io/yaml-validator
, an error occurs:This error is caused by missing
index.js
file referred in thepackage.json
as the command line entry point. The error started on version0.1.0
and exists in all versions up to the most recent one.The text was updated successfully, but these errors were encountered: