svench
svench copied to clipboard
There is a problem with cli.js in routix
trafficstars
If I run npm install on the latest version 0.04 I get this output.
npm WARN @rollup/[email protected] requires a peer of rollup@^1.20.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of webpack@>=1.11.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of rollup@^1.24.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] No repository field.
npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /Users/johanronsse/Sites/svench/node_modules/routix/cli.js
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/johanronsse/Sites/svench/node_modules/routix/cli.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/johanronsse/.npm/_logs/2020-05-01T08_18_54_593Z-debug.log
johanronsse@Johans-iMac svench % npm i
rollup v2.7.6
``
I got a similar issue trying to install svench from fresh into an existing project of mine:
npm install -D svench 08:58:49
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /home/ant/Projects/beyonk-shared/node_modules/routix/cli.js
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '/home/ant/Projects/beyonk-shared/node_modules/routix/cli.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /home/ant/.npm/_logs/2020-05-29T07_59_43_722Z-debug.log
Ugh I thought this one was fixed now.
@antony Do you still get it with yarn add -D svench@next?