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
npm ERR! argv "/home/travis/.nvm/versions/node/v6.12.3/bin/node" "/home/travis/.nvm/versions/node/v6.12.3/bin/npm" "install"
npm ERR! node v6.12.3
npm ERR! npm v3.10.10
npm ERR! path /home/travis/build/json-schema-keyref/node_modules/@commitlint/utils/xo
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/home/travis/build/json-schema-keyref/node_modules/@commitlint/utils/xo'
npm ERR! enoent ENOENT: no such file or directory, chmod '/home/travis/build/json-schema-keyref/node_modules/@commitlint/utils/xo'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
Affected packages
cli
core
prompt
config-angular
Possible Solution
Steps to Reproduce (for bugs)
Start with a Node.js version at or below 6.x
Run npm install @commitlint/cli
Context
This is causing CI running on Node 4 and 6 to fail.
@commitlint/utils should not have been in the dependecy tree in the first place, but slipped in there via @commitlint/to-lines. 6.0.5 removes it from the production dep tree again.
Expected Behavior
Installs normally
Current Behavior
Affected packages
Possible Solution
Steps to Reproduce (for bugs)
npm install @commitlint/cli
Context
This is causing CI running on Node 4 and 6 to fail.
Your Environment
Linux with Node 6: https://travis-ci.org/ChristianMurphy/json-schema-keyref/jobs/335754857
Linux with Node 4: https://travis-ci.org/ChristianMurphy/json-schema-keyref/jobs/335754858
Windows with Node 6: https://ci.appveyor.com/project/ChristianMurphy/postcss-combine-duplicated-selectors/build/job/tcynw7favtr068en
commitlint --version
git --version
node --version
The text was updated successfully, but these errors were encountered: