Skip to content
New issue

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

Fix errors "missing script: ./cyclic.js" and "No compatible version found: eco@>=1.1.0 <1.2.0" #110

Merged
merged 1 commit into from
Apr 21, 2015

Conversation

jonataa
Copy link

@jonataa jonataa commented Apr 10, 2015

I've fixed these errors. I believe others can be getting the same messages as well.

(...)
npm ERR! Darwin 14.3.0
npm ERR! argv "node" "/usr/local/bin/npm" "run-script" "./cyclic.js"
npm ERR! node v0.12.1
npm ERR! npm  v2.5.1

npm ERR! missing script: ./cyclic.js
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!     /Users/jweber/dev/projects/jsday/node_modules/docpad/node_modules/cson/node_modules/js2coffee/npm-debug.log
npm ERR! Darwin 14.3.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.12.1
npm ERR! npm  v2.5.1
npm ERR! code ELIFECYCLE
(...)

And...

(...)
nm ERR! Darwin 14.3.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.12.1
npm ERR! npm  v2.5.1
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: eco@'>=1.1.0 <1.2.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["1.0.0","1.0.1","1.0.2","1.0.3","1.1.0-rc-1","1.1.0-rc-2","1.1.0-rc-3"]
npm ERR! notarget 
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
(..)

zenorocha added a commit that referenced this pull request Apr 21, 2015
Fix errors "missing script: ./cyclic.js" and "No compatible version found: eco@>=1.1.0 <1.2.0"
@zenorocha zenorocha merged commit 3b374d9 into braziljs:master Apr 21, 2015
@zenorocha
Copy link
Member

Thanks @jonataa!

@zenorocha
Copy link
Member

You might want to check out #109 for a new upcoming version of this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants