Closed markphelps closed 7 years ago
Hi, we at Codeship are trying to use the newly released version 0.1.8 and it does not seem to be published to NPM. Here is the error we are getting:
-----> Node.js app detected -----> Creating runtime environment NPM_CONFIG_LOGLEVEL=error NPM_CONFIG_PRODUCTION=true NODE_VERBOSE=false NODE_ENV=production NODE_MODULES_CACHE=true -----> Installing binaries engines.node (package.json): 6.10.0 engines.npm (package.json): 3.10.10 engines.yarn (package.json): unspecified (use default) Resolving node version 6.10.0... Downloading and installing node 6.10.0... npm 3.10.10 already installed with node Resolving yarn version 0.28.4... Downloading and installing yarn (0.28.4)... Installed yarn 0.28.4 -----> Restoring cache Skipping cache restore (not-found) -----> Building dependencies Installing node modules (yarn.lock) yarn install v0.28.4 [1/4] Resolving packages... error Couldn't find any versions for "statsd-librato-backend" that matches "0.1.8" info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. -----> Build failed
My apologies for not publishing this. It should be available now!
Awesome! Thanks for the quick turn around! It works now
Closing this
Hi, we at Codeship are trying to use the newly released version 0.1.8 and it does not seem to be published to NPM. Here is the error we are getting: