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
yo trails command with express and mongoose configuration fails with this error:
npm ERR! Darwin 17.0.0
npm ERR! argv "/Users/matej/.nvm/versions/node/v6.11.4/bin/node" "/Users/matej/.nvm/versions/node/v6.11.4/bin/npm" "install" "trailpack-express@v2-latest" "trailpack-mongoose@v2-latest" "trailpack-footprints@v2-latest" "express@4" "--save" "--silent" "--loglevel=error"
npm ERR! node v6.11.4
npm ERR! npm v3.10.10
npm ERR! code ETARGET
npm ERR! notarget No compatible version found: trailpack-mongoose@v2-latest
npm ERR! notarget Valid install targets:
npm ERR! notarget 2.1.1, 2.1.0, 2.0.0, 1.0.1, 1.0.0, 0.4.4, 0.4.3, 0.4.2, 0.4.1, 0.4.0, 0.3.0, 0.2.2, 0.2.0, 0.1.0
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.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/matej/dev/trails-sampl/npm-debug.log
Environment
node version: 6.11.4
trails version: 2.0.0
operating system: OSX High Sierra
The text was updated successfully, but these errors were encountered:
npm ERR! notarget No compatible version found: trailpack-mongoose@v2-latest
npm ERR! notarget Valid install targets:
npm ERR! notarget 2.1.1, 2.1.0, 2.0.0, 1.0.1, 1.0.0, 0.4.4, 0.4.3, 0.4.2, 0.4.1, 0.4.0, 0.3.0, 0.2.2, 0.2.0, 0.1.0
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.
Issue Description
yo trails
command withexpress
andmongoose
configuration fails with this error:Environment
The text was updated successfully, but these errors were encountered: