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
{{ message }}
This repository was archived by the owner on Apr 14, 2021. It is now read-only.
Just got the build working and now something else has broken. Travis was failing at NPM install, so I deleted my Node modules and tried it for myself. Definitely broken:
npm ERR! addLocal Could not install /var/folders/j5/6zhmyqn12js3n3z_bdg0hm_c0000gn/T/npm-60758-21108bca/git-cache-63811f9c722f/3bce55b6546f31ce0c62f4cf81f041e9e8606e42
npm ERR! Darwin 14.4.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.12.0
npm ERR! npm v2.5.1
npm ERR! code EISDIR
npm ERR! errno -21
npm ERR! EISDIR, read
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <http://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /Volumes/HOME/Users/andyearnshaw/Development/Intl.js/npm-debug.log
Listing the directories of that folder gave me:
$ ls /var/folders/j5/6zhmyqn12js3n3z_bdg0hm_c0000gn/T/npm-60758-21108bca/git-cache-63811f9c722f/3bce55b6546f31ce0c62f4cf81f041e9e8606e42
README.md esprima.js
It looks like there's a package.json missing in the download. The only dependency for esprima I can find is grunt@0.4.5 > js-yaml@2.0.5 > esprima@1.0.4, but npm install grunt works fine 😕.
The first failing build was the release tag for v1.0.0-rc-4, but there's no change to the package.json in this release. Also, this was based on a commit earlier than the passing builds, but subsequent builds based on those passing builds are also failing.
The text was updated successfully, but these errors were encountered:
Just got the build working and now something else has broken. Travis was failing at NPM install, so I deleted my Node modules and tried it for myself. Definitely broken:
Listing the directories of that folder gave me:
It looks like there's a
package.json
missing in the download. The only dependency for esprima I can find isgrunt@0.4.5 > js-yaml@2.0.5 > esprima@1.0.4
, butnpm install grunt
works fine 😕.The first failing build was the release tag for v1.0.0-rc-4, but there's no change to the package.json in this release. Also, this was based on a commit earlier than the passing builds, but subsequent builds based on those passing builds are also failing.
The text was updated successfully, but these errors were encountered: